Separate glib check in configure.ac
The PolicyKit helper for the display capplet only needs glib, no other extra libraries. So, make it link only with that.
This commit is contained in:
parent
feeb3d5731
commit
673cd05b3f
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
|
|||
GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
|
||||
AC_SUBST(GTK_ENGINE_DIR)
|
||||
|
||||
PKG_CHECK_MODULES(GLIB, glib-2.0)
|
||||
|
||||
dnl
|
||||
dnl Check dependencies of libslab
|
||||
dnl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue