summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd882ccccba1..8466e91bfa55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,11 +56,15 @@ prepare() {
build() {
cd lightdm-${pkgver}
- #cd ${pkgver}
export MOC4='moc-qt4'
export MOC5='moc-qt5'
+ gtkdocize
+ aclocal --install --force
+ autoreconf -vfi
+ intltoolize -f
+
./configure \
--prefix='/usr' \
--libexecdir='/usr/lib/lightdm' \