mirror of
https://github.com/dyne/FreeJ.git
synced 2026-06-16 12:59:33 +02:00
link libmozjs (spidermonkey) from shared library
tested on ubuntu with xulrunner-js, still their packaging has bugs and i guess debian too. but let's see and test around
This commit is contained in:
@@ -5,12 +5,10 @@ INCLUDES = -I$(top_srcdir)/src/include \
|
||||
-I$(top_srcdir)/lib/shout \
|
||||
-I$(top_srcdir)/lib/sdl_ttf \
|
||||
-I$(top_srcdir)/lib/sdl_gfx \
|
||||
-I$(top_srcdir)/lib/javascript \
|
||||
-I$(top_srcdir)/lib/javascript/obj \
|
||||
-I/usr/include/slang
|
||||
|
||||
|
||||
FREEJ_FLAGS = @SDL_CFLAGS@ @FT2_CFLAGS@ @XIPH_CFLAGS@ @UNICAP_CFLAGS@ @FFMPEG_CFLAGS@
|
||||
FREEJ_FLAGS = @SDL_CFLAGS@ @FT2_CFLAGS@ @XIPH_CFLAGS@ @UNICAP_CFLAGS@ @FFMPEG_CFLAGS@ @MOZJS_CFLAGS@
|
||||
|
||||
BUILT_SOURCES = freej_py.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user