Module Name: pkgsrc-wip Committed By: Nia Alarie <nia.alarie%gmail.com@localhost> Pushed By: nee Date: Sun May 21 18:51:27 2017 +0100 Changeset: 7f1a3a5fe076f7e9c9bea8aa38805537589b015d Modified Files: retroarch/options.mk Log Message: retroarch: Spaces to tabs To see a diff of this commit: https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f1a3a5fe076f7e9c9bea8aa38805537589b015d Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. diffstat: retroarch/options.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diffs: diff --git a/retroarch/options.mk b/retroarch/options.mk index 53e9714e08..c0dd33f786 100644 --- a/retroarch/options.mk +++ b/retroarch/options.mk @@ -27,29 +27,29 @@ CONFIGURE_ARGS+= --disable-sdl2 .endif .if !empty(PKG_OPTIONS:Malsa) -CONFIGURE_ARGS+= --enable-alsa +CONFIGURE_ARGS+= --enable-alsa .include "../../audio/alsa-lib/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-alsa +CONFIGURE_ARGS+= --disable-alsa .endif .if !empty(PKG_OPTIONS:Mffmpeg) -CONFIGURE_ARGS+= --enable-ffmpeg +CONFIGURE_ARGS+= --enable-ffmpeg .include "../../multimedia/ffmpeg3/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-ffmpeg +CONFIGURE_ARGS+= --disable-ffmpeg .endif .if !empty(PKG_OPTIONS:Mlibusb-1) -CONFIGURE_ARGS+= --enable-libusb +CONFIGURE_ARGS+= --enable-libusb .include "../../devel/libusb1/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-libusb +CONFIGURE_ARGS+= --disable-libusb .endif .if !empty(PKG_OPTIONS:Mfreetype) -CONFIGURE_ARGS+= --enable-freetype +CONFIGURE_ARGS+= --enable-freetype .include "../../graphics/freetype2/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-freetype +CONFIGURE_ARGS+= --disable-freetype .endif