Commit 61844782 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libvorbis: remove unused cruft from pre-autotools.in



The AUTOTARGETS macro handles this already.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent f81d072f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -16,12 +16,3 @@ LIBVORBIS_CONF_OPT = --disable-oggtest
LIBVORBIS_DEPENDENCIES = host-pkg-config libogg

$(eval $(call AUTOTARGETS,package/multimedia,libvorbis))

############################################################
#
# Toplevel Makefile options
#
############################################################
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
TARGETS+=libvorbis
endif