summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-07-17 16:43:15 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2017-07-17 16:43:15 +0300
commitaa295feb0d95d75f10f4ac097fdb1139428e1220 (patch)
tree5fedaaad720a1ec1f53bdb26a67bb57d21598e17 /configure.ac
parent9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 (diff)
downloadpcsxr-aa295feb0d95d75f10f4ac097fdb1139428e1220.tar.gz
* Bring main Linux(gtk) UI up to date to remove deprecated warnings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ce160659..3eed1175 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,9 @@ PKG_CHECK_MODULES([SDL2], [sdl2 >= 2.0.0],
], AC_MSG_ERROR([*** SDL >= 1.2.12 not found!]))
])
+AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
+AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
+
AC_SUBST(GLIB2_CFLAGS)
AC_SUBST(GLIB2_LIBS)
AC_SUBST(GTK3_CFLAGS)