mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
qb: Minor config.libs.sh fixes.
This commit is contained in:
parent
eee2445c45
commit
58eb7f3bf3
@ -437,6 +437,7 @@ check_val '' XF86VM -lXxf86vm '' xxf86vm '' '' false
|
||||
|
||||
if [ "$HAVE_WAYLAND_PROTOS" = yes ] &&
|
||||
[ "$HAVE_WAYLAND_SCANNER" = yes ] &&
|
||||
[ "$HAVE_WAYLAND_CURSOR" = yes ] &&
|
||||
[ "$HAVE_WAYLAND" = yes ]; then
|
||||
./gfx/common/wayland/generate_wayland_protos.sh -c "$WAYLAND_SCANNER_VERSION" -s "$SHARE_DIR" ||
|
||||
die 1 'Error: Failed generating wayland protocols.'
|
||||
@ -511,6 +512,7 @@ add_define MAKEFILE OS "$OS"
|
||||
if [ "$HAVE_DEBUG" = 'yes' ]; then
|
||||
add_define MAKEFILE DEBUG 1
|
||||
if [ "$HAVE_OPENGL" = 'yes' ] ||
|
||||
[ "$HAVE_OPENGL1" = 'yes' ] ||
|
||||
[ "$HAVE_OPENGLES" = 'yes' ] ||
|
||||
[ "$HAVE_OPENGLES3" = 'yes' ]; then
|
||||
add_define MAKEFILE GL_DEBUG 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user