pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
retroarch: disable libusb for now, trying to use it segfaults
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Sun May 28 13:12:35 2017 +0100
Changeset: b7bc45f12f6e0178b0fd11099363986af4a8dbbc
Modified Files:
retroarch/options.mk
Log Message:
retroarch: disable libusb for now, trying to use it segfaults
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7bc45f12f6e0178b0fd11099363986af4a8dbbc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
retroarch/options.mk | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diffs:
diff --git a/retroarch/options.mk b/retroarch/options.mk
index c0dd33f786..e15a9d153c 100644
--- a/retroarch/options.mk
+++ b/retroarch/options.mk
@@ -3,8 +3,8 @@
.include "../../mk/bsd.fast.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
-PKG_SUPPORTED_OPTIONS+= sdl2 alsa ffmpeg freetype libusb-1
-PKG_SUGGESTED_OPTIONS+= sdl2 ffmpeg freetype libusb-1
+PKG_SUPPORTED_OPTIONS+= sdl2 alsa ffmpeg freetype
+PKG_SUGGESTED_OPTIONS+= sdl2 ffmpeg freetype
.if !empty(MACHINE_ARCH:M*arm*)
PKG_SUPPORTED_OPTIONS+= rpi
@@ -40,13 +40,6 @@ CONFIGURE_ARGS+= --enable-ffmpeg
CONFIGURE_ARGS+= --disable-ffmpeg
.endif
-.if !empty(PKG_OPTIONS:Mlibusb-1)
-CONFIGURE_ARGS+= --enable-libusb
-.include "../../devel/libusb1/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-libusb
-.endif
-
.if !empty(PKG_OPTIONS:Mfreetype)
CONFIGURE_ARGS+= --enable-freetype
.include "../../graphics/freetype2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index