aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/ecore-fb_20060101.bb
blob: 4badfa42ecf5aace73be0e08e602db84416a187b (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
include ecore.inc
PR = "r1"

SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/ecore;date=${PV}"
S = "${WORKDIR}/ecore"

### add tslib support
SRC_URI += "file://add-tslib-support.patch;patch=1"
DEPENDS += "tslib"
CFLAGS += "-DHAVE_TSLIB"
LDFLAGS += "-lts"

EXTRA_OECONF = "--enable-ecore-fb \
		--enable-ecore-job \
		--enable-ecore-file \
		--enable-poll \
		--enable-ecore-dbus \
		--enable-ecore-evas \
		--enable-ecore-evas-fb \
		--disable-ecore-evas-x \
		--disable-ecore-evas-gl \
		--enable-ecore-con \
		--enable-ecore-config \
		--enable-ecore-ipc \
		--enable-ecore-txt \
		--disable-ecore-x \
		--disable-curl \
		--without-curl-config \
		--enable-ecore-config \
		--disable-openssl"

parts = "Ecore Ecore_Job Ecore_File Ecore_DBus Ecore_Txt Ecore_Fb Ecore_Con Ecore_Ipc Ecore_Evas Ecore_Config"