aboutsummaryrefslogtreecommitdiff
path: root/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'common/meson.build')
-rw-r--r--common/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/meson.build b/common/meson.build
index 3756075a..c0ce1f68 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -1,7 +1,6 @@
lib_sway_common = static_library(
'sway-common',
files(
- 'background-image.c',
'cairo.c',
'gesture.c',
'ipc-client.c',
@@ -14,7 +13,6 @@ lib_sway_common = static_library(
),
dependencies: [
cairo,
- gdk_pixbuf,
pango,
pangocairo,
wayland_client.partial_dependency(compile_args: true)