From 7df581dd4c8f369c426c1a688b4a126e59c19799 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 19 Jul 2021 13:10:52 +0200 Subject: build: don't align dep equal signs --- meson.build | 4 ++-- 1 file 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')) -- cgit v1.2.3