diff options
author | rubidium <rubidium@openttd.org> | 2013-11-13 19:32:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-11-13 19:32:37 +0000 |
commit | ee137a5cedd8440441057d80b42eab4f30217bd8 (patch) | |
tree | 6beb34177de1f52ee70a89173e8ea506ba18c837 /os | |
parent | def597fe315dd6d778f27deb0961b9c54121e96b (diff) | |
download | openttd-ee137a5cedd8440441057d80b42eab4f30217bd8.tar.xz |
(svn r25975) -Feature [FS#5385]: XDG base directory support
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/control | 2 | ||||
-rwxr-xr-x | os/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/debian/control b/os/debian/control index de22a807a..bfaa4cf3a 100644 --- a/os/debian/control +++ b/os/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Matthijs Kooijman <matthijs@stdin.nl> Uploaders: Jordi Mallach <jordi@debian.org> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev +Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev, libxdg-basedir-dev Standards-Version: 3.8.4 Vcs-Browser: http://git.debian.org/?p=collab-maint/openttd.git Vcs-Git: git://git.debian.org/collab-maint/openttd.git diff --git a/os/debian/rules b/os/debian/rules index 97094b0c5..e2ae9db85 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -17,7 +17,7 @@ endif # to be explicit about the dependencies, in case we're not running in a # clean build root. override_dh_auto_configure: - ./configure $(CROSS) --prefix-dir=/usr --install-dir=debian/openttd --without-allegro --with-zlib --with-sdl --with-png --with-freetype --with-fontconfig --with-icu --with-liblzo2 --with-lzma --without-iconv --disable-strip CFLAGS="$(CFLAGS) -g" LDFLAGS="$(LDFLAGS) -Wl,-as-needed" + ./configure $(CROSS) --prefix-dir=/usr --install-dir=debian/openttd --without-allegro --with-zlib --with-sdl --with-png --with-freetype --with-fontconfig --with-icu --with-liblzo2 --with-lzma --with-xdg-basedir --without-iconv --disable-strip CFLAGS="$(CFLAGS) -g" LDFLAGS="$(LDFLAGS) -Wl,-as-needed" # Do some extra installation override_dh_auto_install: |