remove obsolete embedded libtriple

the code is unmaintained and probably non-functional, everyone
should use libstb-hal instead
(forward ported neutrino-mp commit d2d8218885)
This commit is contained in:
Stefan Seyfried
2016-10-23 12:19:06 +02:00
parent 7bd568dc9c
commit 57078ed23d
14 changed files with 0 additions and 584 deletions

View File

@@ -167,10 +167,3 @@ bin_PROGRAMS += mdev_helper
mdev_helper_SOURCES = mdev_helper.cpp
endif
if BOXTYPE_TRIPLE
neutrino_LDADD += \
$(top_builddir)/lib/libtriple/libtriple.a \
@DIRECTFB_LIBS@ \
$(top_builddir)/src/lcddisplay/liblcddisplay.a
endif