add lxqt-globalkeys component
PR: 229281 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
This commit is contained in:
parent
0e23926c7d
commit
63947aefd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473287
1 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
# Available LXQt components are:
|
||||
#
|
||||
# buildtools - Helpers CMake modules
|
||||
# globalkeys - Keyboard shortcuts daemon
|
||||
# libfmqt - Libfm Qt bindings
|
||||
# lxqt - LXQt core library
|
||||
# qtxdg - Qt implementation of freedesktop.org xdg specs
|
||||
|
@ -44,12 +45,16 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANDIRS} \
|
|||
-DPULL_TRANSLATIONS:BOOL=OFF
|
||||
|
||||
# Available LXQt components are:
|
||||
_USE_LXQT_ALL= buildtools libfmqt lxqt qtxdg
|
||||
_USE_LXQT_ALL= buildtools globalkeys libfmqt lxqt qtxdg
|
||||
|
||||
_DATAROOTDIR= ${LOCALBASE}/share
|
||||
|
||||
buildtools_BUILD_DEPENDS= ${_DATAROOTDIR}/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
|
||||
|
||||
globalkeys_LIB_DEPENDS= liblxqt-globalkeys.so:x11/lxqt-globalkeys
|
||||
|
||||
globalkeys_USE_LXQT_REQ= lxqt
|
||||
|
||||
libfmqt_LIB_DEPENDS= libfm-qt.so:x11/libfm-qt
|
||||
|
||||
lxqt_LIB_DEPENDS= liblxqt.so:devel/liblxqt
|
||||
|
|
Loading…
Reference in a new issue