xorg-server & xvfb: fix undefined variable error
%ci:no-build
This commit is contained in:
parent
c106b88dec
commit
134c26f8a0
@ -60,7 +60,7 @@ termux_step_pre_configure() {
|
||||
CFLAGS+=" -DFNDELAY=O_NDELAY"
|
||||
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/libdrm"
|
||||
|
||||
if [ -n "${TERMUX_DEBUG}" ]; then
|
||||
if [ "$TERMUX_DEBUG_BUILD" = "true" ]; then
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-debug"
|
||||
fi
|
||||
}
|
||||
|
@ -64,7 +64,7 @@ termux_step_pre_configure() {
|
||||
CFLAGS+=" -DFNDELAY=O_NDELAY -Wno-int-to-pointer-cast"
|
||||
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/libdrm"
|
||||
|
||||
if [ -n "${TERMUX_DEBUG}" ]; then
|
||||
if [ "$TERMUX_DEBUG_BUILD" = "true" ]; then
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-debug"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user