diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-server/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/xorg-server/APKBUILD b/x11/xorg-server/APKBUILD index ce70af60b1..c6bb4e9546 100644 --- a/x11/xorg-server/APKBUILD +++ b/x11/xorg-server/APKBUILD @@ -47,6 +47,10 @@ makedepends=" scrnsaverproto xineramaproto libxinerama-dev + libtool + automake + autoconf + util-macros " # hal>=0.5.11 xcursor-themes xkeyboard-config>=1.3 # xorg-server-utils xorg-utils xorg-fonts-misc xbitmaps libdrm>=2.3.1 @@ -69,6 +73,7 @@ build () { # Fix dbus config path sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1 + aclocal && autoconf && automake && libtoolize --force || return 1 # xorg modules does not work with the -z now and it seems like we # cannot pass over the linker flag to .so files. so we tweak the |