Loading package/wine/wine.mk +7 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ WINE_CONF_OPTS = \ --without-netapi \ --without-openal \ --without-opencl \ --without-opengl \ --without-osmesa \ --without-oss \ --without-xshape \ Loading Loading @@ -110,6 +109,13 @@ else WINE_CONF_OPTS += --without-cms endif ifeq ($(BR2_PACKAGE_HAS_LIBGL),y) WINE_CONF_OPTS += --with-opengl WINE_DEPENDENCIES += libgl else WINE_CONF_OPTS += --without-opengl endif ifeq ($(BR2_PACKAGE_LIBGLU),y) WINE_CONF_OPTS += --with-glu WINE_DEPENDENCIES += libglu Loading Loading
package/wine/wine.mk +7 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ WINE_CONF_OPTS = \ --without-netapi \ --without-openal \ --without-opencl \ --without-opengl \ --without-osmesa \ --without-oss \ --without-xshape \ Loading Loading @@ -110,6 +109,13 @@ else WINE_CONF_OPTS += --without-cms endif ifeq ($(BR2_PACKAGE_HAS_LIBGL),y) WINE_CONF_OPTS += --with-opengl WINE_DEPENDENCIES += libgl else WINE_CONF_OPTS += --without-opengl endif ifeq ($(BR2_PACKAGE_LIBGLU),y) WINE_CONF_OPTS += --with-glu WINE_DEPENDENCIES += libglu Loading