New pyside:2 and shiboken:2 ebuilds

This commit is contained in:
layman
2017-10-29 21:21:40 +01:00
parent e7325c8dcb
commit b211df4eb3
8 changed files with 318 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# use, i.e. don't skip the full RPATH for the build tree
SET(CMAKE_SKIP_BUILD_RPATH FALSE)
# when building, don't use the install RPATH already
# (but later on when installing)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
# add the automatically determined parts of the RPATH
# which point to directories outside the build tree to the install RPATH
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)