mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 07:32:46 +01:00
waylandpp: cleanup recipe
This commit is contained in:
parent
fe5d2deb9d
commit
b8df694d67
@ -4,24 +4,23 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7f6b13e4480850c59e176edd427d996e"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/NilsBrause/waylandpp.git;tag=${PV};protocol=https;branch=master"
|
SRC_URI = "git://github.com/NilsBrause/waylandpp.git;tag=${PV};protocol=https;branch=master"
|
||||||
|
|
||||||
DEPENDS:append:class-native = " pugixml-native"
|
DEPENDS:class-native = " pugixml-native"
|
||||||
DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl"
|
DEPENDS:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.2.8"
|
PV = "0.2.8"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECMAKE:class-native = " \
|
||||||
EXTRA_OECMAKE:append:class-native = " \
|
|
||||||
-DBUILD_SCANNER=ON \
|
-DBUILD_SCANNER=ON \
|
||||||
-DBUILD_LIBRARIES=OFF \
|
-DBUILD_LIBRARIES=OFF \
|
||||||
-DBUILD_DOCUMENTATION=OFF \
|
-DBUILD_DOCUMENTATION=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OECMAKE:append:class-target = " \
|
EXTRA_OECMAKE:class-target = " \
|
||||||
-DBUILD_SCANNER=OFF \
|
-DBUILD_SCANNER=OFF \
|
||||||
-DBUILD_LIBRARIES=ON \
|
-DBUILD_LIBRARIES=ON \
|
||||||
-DBUILD_DOCUMENTATION=OFF \
|
-DBUILD_DOCUMENTATION=OFF \
|
||||||
@ -33,21 +32,7 @@ EXTRA_OECMAKE:append:class-target = " \
|
|||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
||||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \
|
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES:${PN} = " \
|
|
||||||
${libdir}/libwayland*.so* \
|
|
||||||
"
|
|
||||||
|
|
||||||
FILES:${PN}-dev = " \
|
|
||||||
${includedir}/* \
|
|
||||||
${libdir}/pkgconfig/* \
|
|
||||||
${libdir}/cmake/waylandpp/* \
|
|
||||||
${datadir}/waylandpp/protocols/* \
|
|
||||||
"
|
|
||||||
|
|
||||||
FILES_SOLIBSDEV = ""
|
|
||||||
INSANE_SKIP:${PN} += "dev-so"
|
|
||||||
|
|
||||||
BBCLASSEXTEND += "native nativesdk"
|
BBCLASSEXTEND += "native nativesdk"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user