Browse Source

libgd: explicitely disable libvpx support (#765)

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
lilik-openwrt-22.03
Jo-Philipp Wich 10 years ago
parent
commit
71ea5447e8
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      libs/libgd/Makefile

+ 3
- 2
libs/libgd/Makefile View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006-2014 OpenWrt.org
# Copyright (C) 2006-2015 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libgd PKG_NAME:=libgd
PKG_VERSION:=2.1.0 PKG_VERSION:=2.1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://bitbucket.org/libgd/gd-libgd/downloads PKG_SOURCE_URL:=https://bitbucket.org/libgd/gd-libgd/downloads
@ -48,6 +48,7 @@ CONFIGURE_ARGS += \
--without-freetype \ --without-freetype \
--with-jpeg=$(STAGING_DIR)/usr \ --with-jpeg=$(STAGING_DIR)/usr \
--with-png=$(STAGING_DIR)/usr \ --with-png=$(STAGING_DIR)/usr \
--with-vpx=no \
--without-xpm \ --without-xpm \
--without-iconv --without-iconv


Loading…
Cancel
Save