summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-19 11:37:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-19 11:39:40 +0200
commit1736bed79159cbb211f32e32569cec7f80e195cb (patch)
tree9ce2c73fba19ea71d466bf4c5ec284aeb301222a
parentffd5125be14dbd1293571267a76a76eea3ede188 (diff)
downloadbuildroot-1736bed79159cbb211f32e32569cec7f80e195cb.tar.gz
buildroot-1736bed79159cbb211f32e32569cec7f80e195cb.zip
package/x11r7/xapp_oclock: bump version to 1.0.3, add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/x11r7/xapp_oclock/xapp_oclock.hash2
-rw-r--r--package/x11r7/xapp_oclock/xapp_oclock.mk9
2 files changed, 10 insertions, 1 deletions
diff --git a/package/x11r7/xapp_oclock/xapp_oclock.hash b/package/x11r7/xapp_oclock/xapp_oclock.hash
new file mode 100644
index 0000000000..ad54499c5e
--- /dev/null
+++ b/package/x11r7/xapp_oclock/xapp_oclock.hash
@@ -0,0 +1,2 @@
+# From http://lists.x.org/archives/xorg-announce/2012-February/001820.html
+sha256 54f5fb85f5828705683f457e559fb18753332db15ae82da561b0ae5a63915091 oclock-1.0.3.tar.bz2
diff --git a/package/x11r7/xapp_oclock/xapp_oclock.mk b/package/x11r7/xapp_oclock/xapp_oclock.mk
index d3949de2c0..17d544ccc4 100644
--- a/package/x11r7/xapp_oclock/xapp_oclock.mk
+++ b/package/x11r7/xapp_oclock/xapp_oclock.mk
@@ -4,11 +4,18 @@
#
################################################################################
-XAPP_OCLOCK_VERSION = 1.0.1
+XAPP_OCLOCK_VERSION = 1.0.3
XAPP_OCLOCK_SOURCE = oclock-$(XAPP_OCLOCK_VERSION).tar.bz2
XAPP_OCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_OCLOCK_LICENSE = MIT
XAPP_OCLOCK_LICENSE_FILES = COPYING
XAPP_OCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu
+ifeq ($(BR2_PACKAGE_XLIB_LIBXKBFILE),y)
+XAPP_OCLOCK_CONF_OPTS += --with-xkb
+XAPP_OCLOCK_DEPENDENCIES += xlib_libxkbfile
+else
+XAPP_OCLOCK_CONF_OPTS += --without-xkb
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud