deskutils/qlipper: unbreak after 020693c166
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Perl (missing: PERL_EXECUTABLE) PR: 266007 Reported by: antoine (via exp-run)
This commit is contained in:
parent
214ee21d8d
commit
7b8321154e
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ WWW= https://github.com/pvanek/qlipper
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext qt:5 xorg
|
||||
USES= cmake compiler:c++11-lang gettext perl5 qt:5 xorg
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= pvanek
|
||||
|
@ -21,6 +21,8 @@ LXQTAUTOSTART_DESC= Create autostart entry for LXQt
|
|||
LXQTAUTOSTART_BUILD_DEPENDS= ${LOCALBASE}/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
|
||||
LXQTAUTOSTART_CMAKE_BOOL= ENABLE_LXQT_AUTOSTART
|
||||
|
||||
USE_PERL5= build
|
||||
|
||||
USE_QT= buildtools:build qmake:build core gui linguisttools \
|
||||
network widgets
|
||||
|
||||
|
|
Loading…
Reference in a new issue