summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-07-23 19:29:24 +0200
committerraveit65 <[email protected]>2018-07-27 14:47:16 +0200
commit6d164b4f423ddba1f5433e078bbfc4a8e6f514bf (patch)
treeeb0cbb0a51ef6928813c7243bda26dc206e43377 /configure.ac
parente12f28519946136a91ab09e1f5072c6d6e49f00d (diff)
downloadeom-6d164b4f423ddba1f5433e078bbfc4a8e6f514bf.tar.bz2
eom-6d164b4f423ddba1f5433e078bbfc4a8e6f514bf.tar.xz
Initial GResource migration
Embedding UI data files as GResource makes several things easier. The compiled resources need to be linked directly with the binary as they won't be available if linked with the embedded libeom. Starting with eom.css and eom-ui.xml inspired from: https://gitlab.gnome.org/GNOME/eog/commit/94004b4
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 99b0140..6f854d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
AM_PROG_CC_C_O
+AC_PATH_PROG([GLIB_COMPILE_RESOURCES], [glib-compile-resources])
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])