diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-09 19:05:09 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-09 19:14:10 +0200 |
commit | 5159f62caa04c17047f13b452a09ae98fe8bf28b (patch) | |
tree | ada0da81d05a05931903342cba6579c8ec3c37c2 /configure.ac | |
parent | f0bb1b30ddbce26d329567df6777abcd1d438a4a (diff) | |
download | gtk-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.ac | 2 |
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]) |