summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-wm/matchbox-wm.mk
blob: 4c556e51bc329bca6e21e1268625b9e4b9669b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#############################################################
#
# MatchBox WM
#
#############################################################

MATCHBOX_WM_VERSION = 1.2
MATCHBOX_WM_SOURCE = matchbox-window-manager-$(MATCHBOX_WM_VERSION).tar.bz2
MATCHBOX_WM_SITE = http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/$(MATCHBOX_WM_VERSION)
MATCHBOX_WM_LICENSE = GPLv2+
MATCHBOX_WM_LICENSE_FILES = COPYING

MATCHBOX_WM_DEPENDENCIES = matchbox-lib
MATCHBOX_WM_CONF_OPT = --enable-expat

# Workaround bug in configure script
MATCHBOX_WM_CONF_ENV = expat=yes

#############################################################

ifeq ($(BR2_PACKAGE_X11R7_LIBXCOMPOSITE),y)
ifeq ($(BR2_PACKAGE_X11R7_LIBXPM),y)
  MATCHBOX_WM_CONF_OPT+=--enable-composite
  MATCHBOX_WM_DEPENDENCIES+=xlib_libXcomposite
  MATCHBOX_WM_DEPENDENCIES+=xlib_libXpm
endif
endif

ifeq ($(BR2_PACKAGE_XLIB_LIBXFT),y)
  #MATCHBOX_WM_OPTS+=--enable-standalone-xft
  MATCHBOX_WM_DEPENDENCIES+=xlib_libXft
else
  #MATCHBOX_WM_OPTS+=--disable-standalone-xft
endif

ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
  MATCHBOX_WM_CONF_OPT+=--enable-startup-notification
  MATCHBOX_WM_DEPENDENCIES+=startup-notification
else
  MATCHBOX_WM_CONF_OPT+=--disable-startup-notification
endif

#############################################################

$(eval $(autotools-package))