[Pkg-sdl-commits] [libsdl2] 01/03: Enable ibus support (Closes: #822924)
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Fri Apr 29 09:34:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to branch master
in repository libsdl2.
commit dd2e935ad4703e4d1cd06a4a7ba32598b802a4f7
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date: Fri Apr 29 10:32:50 2016 +0100
Enable ibus support (Closes: #822924)
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 1 +
3 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3c85867..bf8c3aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libsdl2 (2.0.4+dfsg2-1) UNRELEASED; urgency=medium
* Bump debhelper dependency for --dbgsym-migration
* Fix for reproducible builds:
- sort files by name when creating "examples.tar.gz"
+ * Enable ibus support (Closes: #822924)
[ Gianfranco Costamagna ]
* Fix insecure VCS fields.
diff --git a/debian/control b/debian/control
index 5423a1c..179b29e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends:
libgl1-mesa-dev,
libgles2-mesa-dev [!hurd-any],
libglu1-mesa-dev,
+ libibus-1.0-dev,
libpulse-dev,
libsndio-dev,
libudev-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 2cc179d..5c80630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
--disable-nas --disable-esd --disable-arts \
--disable-alsa-shared --disable-pulseaudio-shared \
+ --enable-ibus --disable-ibus-shared \
--disable-x11-shared --disable-video-directfb \
--enable-video-opengles \
--enable-video-wayland --disable-wayland-shared
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git
More information about the pkg-sdl-commits
mailing list