summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-05-17 02:14:16 +0200
committerBenjamin Otte <otte@redhat.com>2020-05-17 02:14:58 +0200
commit14bf58ec5dfdf19e3ca603b977626608dafc729b (patch)
treef0fe1079e717066d0005fe8e989843ac075af65c /meson.build
parentd4731a4ab45e5a0c180d8eb3ce9182b25211112d (diff)
downloadgtk+-14bf58ec5dfdf19e3ca603b977626608dafc729b.tar.gz
x11: Remove XDamage dependency
It's not used.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index fcd3fe2052..d615368630 100644
--- a/meson.build
+++ b/meson.build
@@ -497,7 +497,6 @@ if x11_enabled
xi_dep = dependency('xi')
xext_dep = dependency('xext')
xcursor_dep = dependency('xcursor', required: false)
- xdamage_dep = dependency('xdamage', required: false)
xfixes_dep = dependency('xfixes', required: false)
xcomposite_dep = dependency('xcomposite', required: false)
fontconfig_dep = dependency('fontconfig')
@@ -516,13 +515,9 @@ if x11_enabled
if xcomposite_dep.found()
x11_pkgs += ['xcomposite']
endif
- if xdamage_dep.found()
- x11_pkgs += ['xdamage']
- endif
atk_pkgs += ['atk-bridge-2.0']
- cdata.set('HAVE_XDAMAGE', xdamage_dep.found())
cdata.set('HAVE_XCURSOR', xcursor_dep.found())
cdata.set('HAVE_XCOMPOSITE', xcomposite_dep.found())
cdata.set('HAVE_XFIXES', xfixes_dep.found())