pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

retroarch: Depend on libretro-database



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Thu Jun 8 13:46:05 2017 +0100
Changeset:	530a425d7e87b4845c48566fb6afc9673ac42084

Modified Files:
	retroarch/Makefile

Log Message:
retroarch: Depend on libretro-database

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=530a425d7e87b4845c48566fb6afc9673ac42084

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 retroarch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/retroarch/Makefile b/retroarch/Makefile
index 02c0bbf358..f4291e65f3 100644
--- a/retroarch/Makefile
+++ b/retroarch/Makefile
@@ -24,8 +24,9 @@ CONFIGURE_ENV+=	MAN_DIR=${PREFIX}/${PKGMANDIR}
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config gmake
 
-DEPENDS+=	libretro-glsl-shaders>0:../../wip/libretro-glsl-shaders
+DEPENDS+=	libretro-database>0:../../wip/libretro-database
 DEPENDS+=	libretro-core-info>0:../../wip/libretro-core-info
+DEPENDS+=	libretro-glsl-shaders>0:../../wip/libretro-glsl-shaders
 DEPENDS+=	retroarch-assets>0:../../wip/retroarch-assets
 
 CPPFLAGS+=	-DPREFIX=\"${PREFIX}\"


Home | Main Index | Thread Index | Old Index