diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-19 13:10:52 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-07-19 13:10:52 +0200 |
commit | 7df581dd4c8f369c426c1a688b4a126e59c19799 (patch) | |
tree | 3b68b2039745b88a96f94764d19b72043266c897 /meson.build | |
parent | d48e0019afc8498e8d85d526e034c29b79de578d (diff) | |
download | swaybg-7df581dd4c8f369c426c1a688b4a126e59c19799.tar.gz swaybg-7df581dd4c8f369c426c1a688b4a126e59c19799.tar.bz2 |
build: don't align dep equal signs
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index abdf039..a06afeb 100644 --- a/meson.build +++ b/meson.build @@ -28,8 +28,8 @@ endif wayland_client = dependency('wayland-client') wayland_protos = dependency('wayland-protocols', version: '>=1.14') -cairo = dependency('cairo') -gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf')) +cairo = dependency('cairo') +gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf')) git = find_program('git', required: false) scdoc = find_program('scdoc', required: get_option('man-pages')) |