mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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>
This commit is contained in:
parent
ffd5125be1
commit
1736bed791
2
package/x11r7/xapp_oclock/xapp_oclock.hash
Normal file
2
package/x11r7/xapp_oclock/xapp_oclock.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# From http://lists.x.org/archives/xorg-announce/2012-February/001820.html
|
||||||
|
sha256 54f5fb85f5828705683f457e559fb18753332db15ae82da561b0ae5a63915091 oclock-1.0.3.tar.bz2
|
@ -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_SOURCE = oclock-$(XAPP_OCLOCK_VERSION).tar.bz2
|
||||||
XAPP_OCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app
|
XAPP_OCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||||
XAPP_OCLOCK_LICENSE = MIT
|
XAPP_OCLOCK_LICENSE = MIT
|
||||||
XAPP_OCLOCK_LICENSE_FILES = COPYING
|
XAPP_OCLOCK_LICENSE_FILES = COPYING
|
||||||
XAPP_OCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu
|
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))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user