mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
configure: Drop outdated epoxy probe comment
This commit is contained in:
@@ -1562,19 +1562,6 @@ if test "$opengl" != "no" ; then
|
||||
QEMU_CFLAGS="$QEMU_CFLAGS $opengl_cflags"
|
||||
fi # test "$opengl" != "no"
|
||||
|
||||
##########################################
|
||||
# epoxy probe
|
||||
|
||||
# if $pkg_config --exists epoxy ; then
|
||||
# epoxy_libs=$($pkg_config --libs epoxy)
|
||||
# epoxy_flags=$($pkg_config --cflags epoxy)
|
||||
# else
|
||||
# error_exit "epoxy not present." \
|
||||
# "Please install the epoxy devel package."
|
||||
# fi
|
||||
# LIBS="$LIBS $epoxy_libs"
|
||||
# QEMU_CFLAGS="$QEMU_CFLAGS $epoxy_flags"
|
||||
|
||||
##########################################
|
||||
# gtk probe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user