graphics/kamerka: fix build with GCC-based architectures
Add USES=compiler:c++11-lang because of: CMake Error in src/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
This commit is contained in:
parent
8b036ff1bb
commit
3b224a5442
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500647
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libv4l2.so:multimedia/libv4l \
|
|||
libphonon4qt5.so:multimedia/phonon \
|
||||
libqimageblitz.so:x11/qimageblitz
|
||||
|
||||
USES= cmake kde:5 qt:5
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dos1
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport script xml widgets \
|
||||
|
|
Loading…
Reference in a new issue