emulators/wine-devel: Remove two obsolete configure options

Upstream recently removed support for HAL and QuickTime and
with that the --with-hal/--without-hal and --with-quicktime/
-without-quicktime configure options.

Accordingly do not use --without-hal and -without-quicktime
any more.
This commit is contained in:
Gerald Pfeifer 2021-12-18 09:59:57 +00:00
parent 4c95831d8f
commit abcff57bed

View file

@ -44,7 +44,6 @@ CONFIGURE_ARGS+=--verbose \
--without-gphoto \
--without-gssapi \
--without-gstreamer \
--without-hal \
--without-inotify \
--without-krb5 \
--without-mingw \
@ -55,7 +54,6 @@ CONFIGURE_ARGS+=--verbose \
--with-pcap \
--with-pthread \
--without-pulse \
--without-quicktime \
--without-sane \
--with-sdl \
--without-udev \