[gnome-settings-daemon] configure: Clean up wacom module dependencies
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] configure: Clean up wacom module dependencies
- Date: Sun, 12 Feb 2017 18:29:54 +0000 (UTC)
commit 3036d94b8beb948aa91cd88392c0c83edc0691ba
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Feb 11 16:45:34 2017 +0100
configure: Clean up wacom module dependencies
https://bugzilla.gnome.org/show_bug.cgi?id=773958
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b42b644..dd6b719 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,7 +270,7 @@ case $host_os in
if test x$enable_gudev != xno; then
LIBWACOM_PKG="libwacom >= $LIBWACOM_REQUIRED_VERSION"
PKG_CHECK_MODULES(LIBWACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION])
- PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0
gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom librsvg-2.0 >= $LIBRSVG_REQUIRED_VERSION
libnotify >= $LIBNOTIFY_REQUIRED_VERSION pango >= $PANGO_REQUIRED_VERSION])
+ PKG_CHECK_MODULES(WACOM, [gtk+-3.0 pango >= $PANGO_REQUIRED_VERSION])
PKG_CHECK_MODULES(WACOM_OLED, [gudev-1.0])
else
AC_MSG_ERROR([GUdev is necessary to compile Wacom support])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]