1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../efl/efl.conf
5 # Copyright (C) 2004 - 2015 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 # enable basic modules
17 var_append confopt " " "--enable-ecore-evas --enable-ecore-job --enable-ecore-con --enable-ecore-ipc"
19 var_append confopt " " "--disable-pulseaudio"
21 # x11/gl/directfb/SDL support
22 pkginstalled xorg-server || var_append confopt " " "--disable-ecore-x"
23 pkginstalled mesa && var_append confopt " " "--enable-ecore-evas-x11-gl"
24 pkginstalled directfb && var_append confopt " " "--enable-ecore-directfb"
26 # SDL - ecore_evas is b0rken currently if sdl enabled - 080402
27 #pkginstalled libsdl && var_append confopt " " "--enable-ecore-sdl"
28 #var_append confopt " " "--disable-ecore-evas-sdl"
31 var_append confopt " " "--enable-ecore-fb --enable-ecore-evas-fb"
33 # error: Evas_Engine_GL_X11.h: No such file or directory, etc.
34 var_append CC_WRAPPER_APPEND " " "-I$includedir -L$libdir"
36 #pkginstalled directfb && var_append CC_WRAPPER_APPEND " " "-ldirectfb"