[retro-gtk/wip/aplazas/libretro-hw] flatpak: Use OpenGL test cores
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk/wip/aplazas/libretro-hw] flatpak: Use OpenGL test cores
- Date: Mon, 13 Nov 2017 07:35:21 +0000 (UTC)
commit a8a9b061ee9f5fd3382846c9092491c7775b0898
Author: Adrien Plazas <kekun plazas laposte net>
Date: Fri Nov 10 08:38:51 2017 +0100
flatpak: Use OpenGL test cores
flatpak/libretro-cores/samples-Makefile | 6 ++++--
flatpak/org.gnome.Retro.DemoSamplesTest.json | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/libretro-cores/samples-Makefile b/flatpak/libretro-cores/samples-Makefile
index d06f421..47fbb85 100644
--- a/flatpak/libretro-cores/samples-Makefile
+++ b/flatpak/libretro-cores/samples-Makefile
@@ -2,12 +2,14 @@ NULL=
CORES= \
tests/test/test_libretro.so \
+ video/opengl/libretro_test_gl_fixedfunction/testgl_ff_libretro.so \
$(NULL)
-all: tests/test/test_libretro.so
+all: $(CORES)
-tests/test/test_libretro.so:
+%.so:
make -C $(@D)
install: $(CORES)
install -Dp -m755 tests/test/test_libretro.so $(DESTDIR)$(prefix)/lib/libretro/test_libretro.so
+ install -Dp -m755 video/opengl/libretro_test_gl_fixedfunction/testgl_ff_libretro.so
$(DESTDIR)$(prefix)/lib/libretro/testgl_ff_libretro.so
diff --git a/flatpak/org.gnome.Retro.DemoSamplesTest.json b/flatpak/org.gnome.Retro.DemoSamplesTest.json
index 5e64f30..28b7dc7 100644
--- a/flatpak/org.gnome.Retro.DemoSamplesTest.json
+++ b/flatpak/org.gnome.Retro.DemoSamplesTest.json
@@ -43,7 +43,7 @@
{
"type": "script",
"commands": [
- "retro-demo /app/lib/libretro/test_libretro.so"
+ "retro-demo /app/lib/libretro/testgl_ff_libretro.so"
],
"dest-filename": "retro-demo-samples-test"
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]