mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
spark: DirectFB is not used
This commit is contained in:
@@ -9,7 +9,12 @@ libstb_hal_a_LIBADD = \
|
|||||||
libstb_hal_test_SOURCES = libtest.cpp
|
libstb_hal_test_SOURCES = libtest.cpp
|
||||||
libstb_hal_test_LDADD = \
|
libstb_hal_test_LDADD = \
|
||||||
libstb-hal.a \
|
libstb-hal.a \
|
||||||
|
-lpthread
|
||||||
|
|
||||||
|
if BOXTYPE_TRIPLE
|
||||||
|
libstb_hal_test_LDADD += \
|
||||||
@DIRECTFB_LIBS@
|
@DIRECTFB_LIBS@
|
||||||
|
endif
|
||||||
|
|
||||||
# there has to be a better way to do this...
|
# there has to be a better way to do this...
|
||||||
if BOXTYPE_TRIPLE
|
if BOXTYPE_TRIPLE
|
||||||
|
@@ -14,7 +14,9 @@ AC_DISABLE_STATIC
|
|||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
|
if test x"$BOXTYPE" = x"tripledragon"; then
|
||||||
TUXBOX_APPS_LIB_PKGCONFIG(DIRECTFB, directfb)
|
TUXBOX_APPS_LIB_PKGCONFIG(DIRECTFB, directfb)
|
||||||
|
fi
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/common \
|
-I$(top_srcdir)/common
|
||||||
@DIRECTFB_CFLAGS@
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libspark.a
|
noinst_LIBRARIES = libspark.a
|
||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
|
AM_LDFLAGS = -lpthread
|
||||||
|
|
||||||
libspark_a_SOURCES = \
|
libspark_a_SOURCES = \
|
||||||
irmp.c \
|
irmp.c \
|
||||||
@@ -19,4 +19,3 @@ libspark_a_SOURCES = \
|
|||||||
record.cpp
|
record.cpp
|
||||||
|
|
||||||
AM_CPPFLAGS = -DF_INTERRUPTS=20000 -DIRMP_EMBED -DLIRC_IRMP
|
AM_CPPFLAGS = -DF_INTERRUPTS=20000 -DIRMP_EMBED -DLIRC_IRMP
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user