Skip to content

Commit ca4abc6

Browse files
marcinmajschnyman
authored andcommitted
libvorbis: require cmake >= 3.10 due to removed legacy support
Link: #27607 Link: openwrt/openwrt@1b48ebd Signed-off-by: Marcin Maj <[email protected]>
1 parent f08c799 commit ca4abc6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

libs/libvorbis/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=libvorbis
99
PKG_VERSION:=1.3.7
10-
PKG_RELEASE:=2
10+
PKG_RELEASE:=3
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1313
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--- a/CMakeLists.txt
2+
+++ b/CMakeLists.txt
3+
@@ -1,4 +1,4 @@
4+
-cmake_minimum_required(VERSION 2.8.12)
5+
+cmake_minimum_required(VERSION 3.10)
6+
project(vorbis)
7+
8+
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)