1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# xapp_oclock 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunXAPP_OCLOCK_VERSION = 1.0.4 8*4882a593SmuzhiyunXAPP_OCLOCK_SOURCE = oclock-$(XAPP_OCLOCK_VERSION).tar.bz2 9*4882a593SmuzhiyunXAPP_OCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app 10*4882a593SmuzhiyunXAPP_OCLOCK_LICENSE = MIT 11*4882a593SmuzhiyunXAPP_OCLOCK_LICENSE_FILES = COPYING 12*4882a593SmuzhiyunXAPP_OCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu 13*4882a593SmuzhiyunXAPP_OCLOCK_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults 14*4882a593Smuzhiyun 15*4882a593Smuzhiyunifeq ($(BR2_PACKAGE_XLIB_LIBXKBFILE),y) 16*4882a593SmuzhiyunXAPP_OCLOCK_CONF_OPTS += --with-xkb 17*4882a593SmuzhiyunXAPP_OCLOCK_DEPENDENCIES += xlib_libxkbfile 18*4882a593Smuzhiyunelse 19*4882a593SmuzhiyunXAPP_OCLOCK_CONF_OPTS += --without-xkb 20*4882a593Smuzhiyunendif 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun$(eval $(autotools-package)) 23