You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/lightdm/files/lightdm-1.2.0-fix-configure...

11 lines
333 B

--- configure.ac~ 2012-04-23 12:12:44.000000000 +0100
+++ configure.ac 2012-04-23 12:25:51.050999668 +0100
@@ -93,6 +93,7 @@
PKG_CHECK_MODULES(LIBLIGHTDM_QT, [
QtCore
QtDBus
+ QtGui
])
QT4_BINDIR=`$PKG_CONFIG Qt --variable bindir`
AC_CHECK_TOOLS(MOC, [moc-qt4 moc],, [$QT4_BINDIR:$PATH])