aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-06-09 19:05:09 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-06-09 19:14:10 +0200
commit5159f62caa04c17047f13b452a09ae98fe8bf28b (patch)
treeada0da81d05a05931903342cba6579c8ec3c37c2 /configure.ac
parentf0bb1b30ddbce26d329567df6777abcd1d438a4a (diff)
downloadgtk-vlc-player-5159f62caa04c17047f13b452a09ae98fe8bf28b.tar.gz
search for gthread pkgconfig package: libgthread is no longer included in the glib pkgconfig libs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67df032..179ed1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ AM_CONDITIONAL(USE_W32_RES, [test x$RC != x])
#
# Checks for libraries.
#
-PKG_CHECK_MODULES(LIBGLIB, [gobject-2.0 glib-2.0])
+PKG_CHECK_MODULES(LIBGLIB, [gobject-2.0 gthread-2.0 glib-2.0])
PKG_CHECK_MODULES(LIBGTK, [gtk+-2.0])