forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-13 2ec15ae1cb4be1b4fcb56c6d621123d7ebdaad6c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# xapp_xcompmgr
#
################################################################################
 
XAPP_XCOMPMGR_VERSION = 1.1.8
XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCOMPMGR_LICENSE = MIT
XAPP_XCOMPMGR_LICENSE_FILES = COPYING
XAPP_XCOMPMGR_DEPENDENCIES = \
   xlib_libXcomposite \
   xlib_libXdamage \
   xlib_libXext \
   xlib_libXfixes \
   xlib_libXrender
 
$(eval $(autotools-package))