summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-10-20 20:38:13 +0200
committerDave Davenport <qball@gmpclient.org>2020-10-20 20:38:13 +0200
commitdeb1e6a2083609a24a8030f5c09877ccdfe27339 (patch)
tree7bb5dece9c15ee85e2a442f967f9e2b7cc93279d /meson.build
parent4fd7128d4c3c78739a037fa34e652a717393a9b8 (diff)
[RofiIconFetcher] Switch to gdk-pixbuf.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 09335107..d4419988 100644
--- a/meson.build
+++ b/meson.build
@@ -47,9 +47,7 @@ deps = [
dependency('pango'),
dependency('pangocairo'),
dependency('xkbcommon'),
- dependency('librsvg-2.0'),
- dependency('libjpeg'),
- c_compiler.find_library('m', required: false),
+ dependency('gdk-pixbuf-2.0'),
]