File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ cfg_i386_host_machine="i386-linux-gnu"
17
17
18
18
19
19
cfg_all_supported_arches =(" i386" " x86_64" )
20
- cfg_all_supported_libraries =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" )
20
+ cfg_all_supported_libraries =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " gafplayer " )
21
21
cfg_default_arches_all =(" x86_64" )
22
- cfg_default_libraries_all =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" )
22
+ cfg_default_libraries_all =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " gafplayer " )
23
23
24
24
25
25
cfg_build_fat_library =no
Original file line number Diff line number Diff line change 2
2
3
3
GAFPLAYER_GITURL :=
[email protected] :andyque/Cocos2dxGAFPlayer.git
4
4
5
- PKGS += gafplayer
6
-
7
5
$(TARBALLS ) /gafplayer-git.tar.xz :
8
6
$(call download_git,$(GAFPLAYER_GITURL ) ,addCMakeSupport)
9
7
@@ -32,7 +30,9 @@ ifdef HAVE_ANDROID
32
30
CMAKE_DEFINE =ANDROID
33
31
endif
34
32
35
-
33
+ ifdef HAVE_LINUX
34
+ CMAKE_DEFINE =LINUX
35
+ endif
36
36
37
37
.gafplayer : gafplayer toolchain.cmake
38
38
cd $< /Library && $(HOSTVARS ) CFLAGS=" $( CFLAGS) $( EX_ECFLAGS) " ${CMAKE} -D${CMAKE_DEFINE} =1
You can’t perform that action at this time.
0 commit comments