Skip to content

Commit

Permalink
package/classpath: drop gstreamer 0.10.x support
Browse files Browse the repository at this point in the history
With the upcoming removal of gstreamer 0.10, the logic for building
classpath with support for it must go as well.

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
jacmet authored and yann-morin-1998 committed Feb 8, 2020
1 parent 5fd8dd2 commit 87d907c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package/classpath/classpath.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CLASSPATH_CONF_OPTS = \
--disable-Werror \
--disable-gconf-peer \
--disable-gjdoc \
--disable-gstreamer-peer \
--enable-tools

# classpath assumes qt runs on top of X11, but we
Expand Down Expand Up @@ -40,16 +41,8 @@ endif
ifeq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_XORG7),yy)
CLASSPATH_CONF_OPTS += --enable-gtk-peer
CLASSPATH_DEPENDENCIES += libgtk2

ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
CLASSPATH_CONF_OPTS += --enable-gstreamer-peer
CLASSPATH_DEPENDENCIES += gst-plugins-base
else
CLASSPATH_CONF_OPTS += --disable-gstreamer-peer
endif

else
CLASSPATH_CONF_OPTS += --disable-gtk-peer --disable-gstreamer-peer
CLASSPATH_CONF_OPTS += --disable-gtk-peer
endif

ifeq ($(BR2_PACKAGE_LIBXML2)$(BR2_PACKAGE_LIBXSLT)$(BR2_TOOLCHAIN_HAS_THREADS),yyy)
Expand Down

0 comments on commit 87d907c

Please sign in to comment.