Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on Ubuntu 12.04.2 #1

Closed
autarkper opened this issue Jun 8, 2013 · 2 comments
Closed

Building on Ubuntu 12.04.2 #1

autarkper opened this issue Jun 8, 2013 · 2 comments

Comments

@autarkper
Copy link

I'm unable to build straight from source on Ubuntu 12.04.2, due to a few unmet version requirements. Only by lowering the requirements am I able to build it.

commit 2e182eb145002053d139748d645b420ccc923a61
Author: autarkper <[email protected]>
Date:   Sat Jun 8 13:04:50 2013 +0200

    configure.ac: loosen up some version requirements (facilitate building on Ubuntu 12.04.2)

diff --git a/configure.ac b/configure.ac
index 0c576fe..58bbf62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,11 +47,11 @@ GLIB_REQUIRED_VERSION=2.31.0
 GTK_REQUIRED_VERSION=3.3.18
 GCONF_REQUIRED_VERSION=2.6.1
 GIO_REQUIRED_VERSION=2.26.0
-GNOME_DESKTOP_REQUIRED_VERSION=3.4.2
+GNOME_DESKTOP_REQUIRED_VERSION=3.4.1
 LIBNOTIFY_REQUIRED_VERSION=0.7.3
 UPOWER_GLIB_REQUIRED_VERSION=0.9.1
 PA_REQUIRED_VERSION=0.9.16
-LIBWACOM_REQUIRED_VERSION=0.6
+LIBWACOM_REQUIRED_VERSION=0.4
 UPOWER_REQUIRED_VERSION=0.9.11
 APPINDICATOR_REQUIRED_VERSION=0.3.0

@@ -63,7 +63,7 @@ PKG_CHECK_MODULES(SETTINGS_DAEMON,
         gio-2.0 >= $GIO_REQUIRED_VERSION
         gmodule-2.0
         gthread-2.0
-       gsettings-desktop-schemas >= 3.4.2
+       gsettings-desktop-schemas >= 3.4.1
 )

 PKG_CHECK_MODULES(SETTINGS_PLUGIN,
@mtwebster
Copy link
Member

This should work fine now (at least it does on mint 13)

@autarkper
Copy link
Author

Confirmed.

@lexj lexj mentioned this issue Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants