summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVincent Untz <[email protected]>2012-02-02 09:12:03 +0100
committerraveit65 <[email protected]>2018-04-26 13:04:23 +0200
commit0b9863fb7c09681c4c62d6c12a199bb4ddffefd2 (patch)
tree559a00ca8c1f51c4fd503f9539cb0b758a4814ee /configure.ac
parent36a36ddcf5698324317d7598cee0da52e69b829b (diff)
downloadmate-panel-0b9863fb7c09681c4c62d6c12a199bb4ddffefd2.tar.bz2
mate-panel-0b9863fb7c09681c4c62d6c12a199bb4ddffefd2.tar.xz
libpanel-applet: Add panel_applet_setup_menu_from_resource() API
Add API to be able to use the new GResource framework. origin commit: https://git.gnome.org/browse/gnome-panel/commit/?id=182cefd
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f0887585..21cabbb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen])
MATE_COMPILE_WARNINGS(maximum)