File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar
10
10
PKG_DEPENDS_TARGET ="toolchain wayland wayland-protocols libdrm libxkbcommon libinput cairo pango libjpeg-turbo dbus seatd"
11
11
PKG_LONGDESC ="Reference implementation of a Wayland compositor"
12
12
13
+ PKG_BUILD_FLAGS ="-ndebug"
14
+
13
15
PKG_MESON_OPTS_TARGET="-Dbackend-drm =true \
14
16
-Dbackend-drm-screencast-vaapi=false \
15
17
-Dbackend-headless=false \
@@ -47,11 +49,6 @@ PKG_MESON_OPTS_TARGET="-Dbackend-drm=true \
47
49
-Dtest-gl-renderer=false \
48
50
-Ddoc=false"
49
51
50
- pre_configure_target() {
51
- # weston does not build with NDEBUG (requires assert for tests)
52
- export TARGET_CFLAGS =$(echo ${TARGET_CFLAGS} | sed -e "s|-DNDEBUG||g" )
53
- }
54
-
55
52
post_makeinstall_target() {
56
53
mkdir -p ${INSTALL}/usr/lib/weston
57
54
cp ${PKG_DIR}/scripts/weston-config ${INSTALL}/usr/lib/weston
You can’t perform that action at this time.
0 commit comments