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://gitlab.freedesktop.org/wayland/weston/-/releases/${PKG_VERSION}
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 \
@@ -42,11 +44,6 @@ PKG_MESON_OPTS_TARGET="-Dbackend-drm=true \
42
44
-Dtest-skip-is-failure=false \
43
45
-Ddoc=false"
44
46
45
- pre_configure_target() {
46
- # weston does not build with NDEBUG (requires assert for tests)
47
- export TARGET_CFLAGS =$(echo ${TARGET_CFLAGS} | sed -e "s|-DNDEBUG||g" )
48
- }
49
-
50
47
post_makeinstall_target() {
51
48
mkdir -p ${INSTALL}/usr/lib/weston
52
49
cp ${PKG_DIR}/scripts/weston-config ${INSTALL}/usr/lib/weston
You can’t perform that action at this time.
0 commit comments