[mutter/bilelmoussaoui/meson-without-x11: 8/9] build: Move xcursor from X11 specific dependencies
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/bilelmoussaoui/meson-without-x11: 8/9] build: Move xcursor from X11 specific dependencies
- Date: Fri, 6 May 2022 13:52:35 +0000 (UTC)
commit 9432524d7ddcafddef558d51243bf2ec076496f9
Author: Bilal Elmoussaoui <belmouss redhat com>
Date: Wed May 4 15:59:24 2022 +0200
build: Move xcursor from X11 specific dependencies
It is used to load cursor in Wayland as well
meson.build | 2 +-
src/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index a5de88d766..897f108ad5 100644
--- a/meson.build
+++ b/meson.build
@@ -119,6 +119,7 @@ gthread_dep = dependency('gobject-2.0', version: glib_req)
gmodule_no_export_dep = dependency('gmodule-no-export-2.0', version: glib_req)
gnome_settings_daemon_dep = dependency('gnome-settings-daemon')
json_glib_dep = dependency('json-glib-1.0', version: json_glib_req)
+xcursor_dep = dependency('xcursor')
xkbcommon_dep = dependency('xkbcommon', version: xkbcommon_req)
ice_dep = dependency('ice')
atk_dep = dependency('atk', version: atk_req)
@@ -142,7 +143,6 @@ endif
if have_x11_client
x11_dep = dependency('x11')
xcomposite_dep = dependency('xcomposite', version: xcomposite_req)
- xcursor_dep = dependency('xcursor')
xdamage_dep = dependency('xdamage')
xext_dep = dependency('xext')
xfixes_dep = dependency('xfixes', version: xfixes_req)
diff --git a/src/meson.build b/src/meson.build
index 835e814d4d..2d924f9734 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -19,6 +19,7 @@ mutter_pkg_deps = [
gsettings_desktop_schemas_dep,
gtk3_dep,
pango_dep,
+ xcursor_dep,
]
mutter_pkg_private_deps = [
@@ -97,7 +98,6 @@ if have_x11
xext_dep,
ice_dep,
xcomposite_dep,
- xcursor_dep,
xdamage_dep,
xkbfile_dep,
xkeyboard_config_dep,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]