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