]> git.pld-linux.org Git - packages/kodi.git/blob - disable-static.patch
BR rapidjson-devel
[packages/kodi.git] / disable-static.patch
1 --- xbmc-18.0a1-Leia/tools/depends/native/TexturePacker/Makefile~       2018-03-04 11:21:28.000000000 +0200
2 +++ xbmc-18.0a1-Leia/tools/depends/native/TexturePacker/Makefile        2018-04-01 16:45:56.499884518 +0300
3 @@ -10,19 +10,11 @@
4  
5  ifeq ($(NATIVEPLATFORM),)
6    PLATFORM = native
7 -  EXTRA_CONFIGURE = --enable-static
8  else
9    PLATFORM = $(NATIVEPLATFORM)
10    DEPS += ../../Makefile.include
11  endif
12  
13 -ifeq ($(NATIVE_OS), linux)
14 -  EXTRA_CONFIGURE = --enable-static
15 -endif
16 -ifeq ($(NATIVE_OS), android)
17 -  EXTRA_CONFIGURE = --enable-static
18 -endif
19 -
20  ifeq ($(CMAKE_SOURCE_DIR),)
21    CMAKE_SOURCE_DIR = $(ROOT_DIR)/../../../..
22  endif
This page took 0.089009 seconds and 3 git commands to generate.