mirror of https://github.com/xemu-project/xemu.git
configure: Drop outdated epoxy probe comment
This commit is contained in:
parent
a198f22981
commit
8c32d1804b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue