From 75f585588179cdeff61c2e34cbe22fadbb5683b0 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 5 May 2010 17:57:14 +1200 Subject: [PATCH] Forgot SDL dependency --- Makefile | 11 +++++++---- packaging/linux/pkgbuild/PKGBUILD | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index da59a4e615..24ff070569 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CSC = gmcs CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe DEFINE = DEBUG;TRACE PROGRAMS =fileformats gl game ra cnc aftermath ra_ng seqed mapcvtr -prefix = /usr +prefix = /usr/local datarootdir = $(prefix)/share datadir = $(datarootdir) bindir = $(prefix)/bin @@ -111,9 +111,12 @@ install: all @cp *.ttf $(INSTALL_DIR) @-cp *.ini $(INSTALL_DIR) @cp -r thirdparty $(INSTALL_DIR) - @echo "OpenRA is now installed. You will now want to download http://open-ra.org/packages/ra-packages.zip \ - and http://open-ra.org/packages/cnc-packages.zip and extract their contents to $(INSTALL_DIR)/mods/ra/packages \ - and $(INSTALL_DIR)/mods/cnc/packages respectively." + @echo "OpenRA is now installed. You will now want to download" + @echo "http://open-ra.org/packages/ra-packages.zip and" + @echo "http://open-ra.org/packages/cnc-packages.zip" + @echo "and extract their contents to" + @echo "$(INSTALL_DIR)/mods/ra/packages and + @echo "$(INSTALL_DIR)/mods/cnc/packages respectively." @echo "It is also advised to install the contents of $(INSTALL_DIR)/thirdparty to the Mono Global Assembly Cache \ with gacutil." diff --git a/packaging/linux/pkgbuild/PKGBUILD b/packaging/linux/pkgbuild/PKGBUILD index bfb036586e..c42c0da715 100644 --- a/packaging/linux/pkgbuild/PKGBUILD +++ b/packaging/linux/pkgbuild/PKGBUILD @@ -7,7 +7,7 @@ arch=(any) url="http://open-ra.org" license=('GPL3') groups=() -depends=('mono' 'mono-addins' 'openal' 'mesa' 'nvidia-cg-toolkit' 'freetype2') +depends=('mono' 'mono-addins' 'openal' 'mesa' 'nvidia-cg-toolkit' 'freetype2' 'sdl') makedepends=('git' 'unzip' 'wget') optdepends=() provides=()