summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-07-04 21:53:06 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-07-04 21:53:06 -0700
commit7d4bf1586188dce6c8099504ee24da2c02e4cbf7 (patch)
treea0f94346f14892046265a0ca8c7cfcb5316d1ee5 /configure.ac
parent14ee9d1d630986d57ec3af1441493ccdbc6f0dac (diff)
parent449ea813a440c17c658cf173a44d5fd8d138837b (diff)
Merge pull request #141 from endlessm/issues/125
#125 Reset the GTK theme
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 74c167e..43de02c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,6 +118,8 @@ AC_PATH_PROG([GIRDOCTOOL], [g-ir-doc-tool], [notfound])
AC_ARG_VAR([GIRDOCTOOL], [Path to g-ir-doc-tool])
AC_PATH_PROG([YELPBUILD], [yelp-build], [notfound])
AC_ARG_VAR([YELPBUILD], [Path to yelp-build])
+GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+AC_SUBST(GLIB_COMPILE_RESOURCES)
AC_CACHE_SAVE