mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
qt: add missing builddeps, disable gtk theme support.
This commit is contained in:
parent
913c0ff81d
commit
78fdb46033
1 changed files with 5 additions and 2 deletions
|
@ -47,6 +47,9 @@ Add_dependency build fontconfig-devel
|
||||||
Add_dependency build libXext-devel
|
Add_dependency build libXext-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libstdc++-devel
|
Add_dependency build libstdc++-devel
|
||||||
|
Add_dependency build libXi-devel
|
||||||
|
Add_dependency build libXv-devel
|
||||||
|
Add_dependency build libXinerama-devel
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
|
@ -61,7 +64,7 @@ Add_dependency build libSM-devel
|
||||||
Add_dependency build libICE-devel
|
Add_dependency build libICE-devel
|
||||||
Add_dependency build libmysqlclient-devel
|
Add_dependency build libmysqlclient-devel
|
||||||
Add_dependency build postgresql-libs-devel
|
Add_dependency build postgresql-libs-devel
|
||||||
Add_dependency build diffutils
|
Add_dependency build pulseaudio-devel
|
||||||
|
|
||||||
do_build()
|
do_build()
|
||||||
{
|
{
|
||||||
|
@ -89,7 +92,7 @@ do_build()
|
||||||
-plugin-sql-mysql -plugin-sql-psql -no-sql-oci \
|
-plugin-sql-mysql -plugin-sql-psql -no-sql-oci \
|
||||||
-no-sql-odbc -no-sql-sqlite2 \
|
-no-sql-odbc -no-sql-sqlite2 \
|
||||||
-no-cups -dbus-linked -no-nas-sound -iconv -shared \
|
-no-cups -dbus-linked -no-nas-sound -iconv -shared \
|
||||||
-release -fast -no-sql-tds
|
-release -fast -no-sql-tds -no-gtkstyle
|
||||||
|
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue