mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libqxt: Added the dependency qt4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce71525f3d
commit
1bdcc0d9ea
2 changed files with 3 additions and 1 deletions
|
@ -87,6 +87,8 @@ sed -i "s|lXrandr$|lXrandr -lX11|" config.tests/xrandr/xrandr.pro
|
|||
# Thanks to Archlinux for this
|
||||
patch -p1 < $CWD/libqxt-gcc6.patch
|
||||
|
||||
. /etc/profile.d/qt4.sh
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure -prefix /usr -libdir /usr/lib$LIBDIRSUFFIX
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/libqxt-0.6.2.tar.xz"
|
|||
MD5SUM="3029f62e04f76a5c2ffab2af307f28e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="qt4"
|
||||
MAINTAINER="Andrey Maraev"
|
||||
EMAIL="andrew.maraev60@yandex.ru"
|
||||
|
|
Loading…
Reference in a new issue