summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaithem Ben Ghorbal <haithem.benghorbal_ext@softathome.com>2014-04-01 16:34:36 +0100
committerMartyn Russell <martyn@lanedo.com>2014-04-01 16:34:36 +0100
commit3cba0bf97a875d64c5e7259f5d7cf829876f8a12 (patch)
tree8bec05870eb4d6c0b4d13a8d1c636f0f4bb7b5a8
parent1c6cfd6728502020a01f9cfab6733bac311298e3 (diff)
downloadlibmediaart-3cba0bf97a875d64c5e7259f5d7cf829876f8a12.tar.gz
build: Fix LIBMEDIAART_BACKEND for Qt4, should be QtGui
Affects .pc file Requires.Private value which is important.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2214407..b4ece5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,7 +246,7 @@ if test "x$enable_qt" != "xno" && test "x$enable_gdkpixbuf" != "xyes"; then
AC_DEFINE(HAVE_QT4, [], [Define if we have Qt4])
AC_DEFINE(HAVE_QT, [], [Define if we have Qt])
- LIBMEDIAART_BACKEND=Qt4Gui
+ LIBMEDIAART_BACKEND=QtGui
selected_for_media_art="yes (qt4)"
fi