summaryrefslogtreecommitdiff
path: root/eel
diff options
context:
space:
mode:
authorMarvin Schmidt <marv@exherbo.org>2020-04-15 19:32:15 +0200
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-05-01 19:39:03 +0000
commit294c89d0f3a2ab2d7a4216e42a904eebce618687 (patch)
tree78f2a82f567219b4f6f9a4cbbc2e2c9ee081eecb /eel
parent20aa160f87369b6007c3ad480959b7887e417163 (diff)
downloadnautilus-294c89d0f3a2ab2d7a4216e42a904eebce618687.tar.gz
meson: Remove libX11 dependency
As of commit 70393e321 (general: Allow to compile on Wayland-only system) libX11 is no longer a dependency
Diffstat (limited to 'eel')
-rw-r--r--eel/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/eel/meson.build b/eel/meson.build
index 5437bdc4c..e5fa7465d 100644
--- a/eel/meson.build
+++ b/eel/meson.build
@@ -27,8 +27,7 @@ libeel_2_deps = [
config_h,
glib,
gtk,
- libm,
- x11
+ libm
]
libeel_2 = static_library(