Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 1287:dac8f363f1fe
prev1265:7c6c5d26fd2e
author nkeynes
date Sun Jul 01 13:20:34 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Add support for Nokia N900
- Generic support for EGL with GTK
- Workaround for nokia bug with egl config
Based on patch from guinux, thanks!
file annotate diff log raw
1.1 --- a/src/Makefile.am Tue Mar 06 12:42:33 2012 +1000
1.2 +++ b/src/Makefile.am Sun Jul 01 13:20:34 2012 +1000
1.3 @@ -116,7 +116,7 @@
1.4 endif
1.5
1.6 if GUI_ANDROID
1.7 -lxdream_SOURCES += gui_none.c drivers/video_egl.c drivers/video_egl.h
1.8 +lxdream_SOURCES += gui_none.c
1.9 noinst_PROGRAMS=liblxdream.so
1.10 liblxdream_so_LINK = $(LINK) -Wl,-soname,liblxdream.so -shared
1.11 liblxdream_so_LDADD = liblxdream-core.a @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ @LIBISOFS_LIBS@ $(INTLLIBS) @LXDREAM_LIBS@ -lm
1.12 @@ -145,6 +145,10 @@
1.13 lxdream_SOURCES += drivers/video_nsgl.m drivers/video_nsgl.h
1.14 endif
1.15
1.16 +if VIDEO_EGL
1.17 +lxdream_SOURCES += drivers/video_egl.c drivers/video_egl.h
1.18 +endif
1.19 +
1.20 if AUDIO_OSX
1.21 lxdream_SOURCES += drivers/audio_osx.m
1.22 endif
.