mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Ignore quilt directory (.pc)
This commit is contained in:
parent
1c07039930
commit
2b41d6f4aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@ apple/RetroArch_iOS.xcodeproj/project.xcworkspace/*
|
|||||||
/phoenix/
|
/phoenix/
|
||||||
/python/
|
/python/
|
||||||
/rsound.h
|
/rsound.h
|
||||||
|
.pc
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -24,8 +24,6 @@ configure: configure-stamp
|
|||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
# apply patch with quilt
|
|
||||||
#quilt push
|
|
||||||
# See ./configure --help for valid flags
|
# See ./configure --help for valid flags
|
||||||
# disable flags (i.e. --disable-ffmpeg for example) if there is no package relative to the feature in Build-Depends
|
# disable flags (i.e. --disable-ffmpeg for example) if there is no package relative to the feature in Build-Depends
|
||||||
./configure --prefix=/usr --enable-rgui --enable-kms --enable-cg --disable-ffmpeg --enable-freetype --enable-python --enable-udev --enable-libxml2 --enable-zlib
|
./configure --prefix=/usr --enable-rgui --enable-kms --enable-cg --disable-ffmpeg --enable-freetype --enable-python --enable-udev --enable-libxml2 --enable-zlib
|
||||||
@ -49,9 +47,6 @@ build-stamp: configure-stamp
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# remove specific patches for debian:
|
|
||||||
#quilt pop
|
|
||||||
|
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp configure-stamp
|
rm -f build-stamp configure-stamp
|
||||||
|
|
||||||
@ -70,7 +65,6 @@ install: build
|
|||||||
# Add here commands to install the package into debian/retroarch.
|
# Add here commands to install the package into debian/retroarch.
|
||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/retroarch PREFIX=/usr install
|
$(MAKE) DESTDIR=$(CURDIR)/debian/retroarch PREFIX=/usr install
|
||||||
cp $(CURDIR)/debian/retroarch.desktop $(CURDIR)/debian/retroarch/usr/share/applications
|
cp $(CURDIR)/debian/retroarch.desktop $(CURDIR)/debian/retroarch/usr/share/applications
|
||||||
#cp $(CURDIR)/media/retroarch.svg $(CURDIR)/debian/retroarch/usr/share/pixmaps/
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-indep: install
|
binary-indep: install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user