qt5: build x11extras
This commit is contained in:
parent
bf827da4a4
commit
44b0d3ff22
@ -116,7 +116,6 @@ termux_step_configure () {
|
|||||||
-skip qtwebsockets \
|
-skip qtwebsockets \
|
||||||
-skip qtwebview \
|
-skip qtwebview \
|
||||||
-skip qtwinextras \
|
-skip qtwinextras \
|
||||||
-skip qtx11extras \
|
|
||||||
-skip qtxmlpatterns \
|
-skip qtxmlpatterns \
|
||||||
-no-dbus \
|
-no-dbus \
|
||||||
-no-accessibility \
|
-no-accessibility \
|
||||||
|
11
x11-packages/qt5-base/qt5-x11extras-dev.subpackage.sh
Normal file
11
x11-packages/qt5-base/qt5-x11extras-dev.subpackage.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
TERMUX_SUBPKG_INCLUDE="
|
||||||
|
include/qt/QtX11Extras
|
||||||
|
lib/cmake/Qt5X11Extras
|
||||||
|
lib/libQt5X11Extras.prl
|
||||||
|
lib/pkgconfig/Qt5X11Extras.pc
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_x11extras.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri
|
||||||
|
"
|
||||||
|
|
||||||
|
TERMUX_SUBPKG_DEPENDS="qt5-base"
|
||||||
|
TERMUX_SUBPKG_DESCRIPTION="Qt platform-specific APIs for X11"
|
9
x11-packages/qt5-base/qt5-x11extras.subpackage.sh
Normal file
9
x11-packages/qt5-base/qt5-x11extras.subpackage.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
TERMUX_SUBPKG_INCLUDE="
|
||||||
|
lib/libQt5X11Extras.so
|
||||||
|
lib/libQt5X11Extras.so.5
|
||||||
|
lib/libQt5X11Extras.so.5.11
|
||||||
|
lib/libQt5X11Extras.so.5.11.2
|
||||||
|
"
|
||||||
|
|
||||||
|
TERMUX_SUBPKG_DEPENDS="qt5-base"
|
||||||
|
TERMUX_SUBPKG_DESCRIPTION="Qt platform-specific APIs for X11"
|
Loading…
Reference in New Issue
Block a user