* mark python sqlite DEP opt and update .cache
[t2sde.git] / package / enlightenment / efl / efl.conf
blob50c4e49e34709048de710002c036d6eac10ca776
1 # --- T2-COPYRIGHT-BEGIN ---
2 # t2/package/*/efl/efl.conf
3 # Copyright (C) 2004 - 2025 The T2 SDE Project
4 # Copyright (C) 1998 - 2004 ROCK Linux Project
5 # SPDX-License-Identifier: GPL-2.0
6 # --- T2-COPYRIGHT-END ---
8 pkginstalled pulseaudio || var_append mesonopt ' ' -Dpulseaudio=false
10 pkginstalled wayland && var_append mesonopt ' ' -Dwl=true
12 pkginstalled xorg-server || var_append mesonopt " " -Dx11=false
14 pkginstalled mesa &&
15         var_append mesonopt ' '  -Dopengl=none ||
16         var_append mesonopt ' '  -Dopengl=full
18 pkginstalled libdrm && var_append mesonopt ' ' -Ddrm=true
19 pkginstalled libsdl2 && var_append mesonopt ' ' -Dsdl=true
20 pkginstalled directfb && var_append mesonopt ' ' -Dfb=true
22 pkginstalled systemd || var_append mesonopt ' ' -Dsystemd=false
24 var_append mesonopt ' ' -Dbindings=cxx
25 var_append mesonopt ' ' -Dbuild-tests=false
26 var_append mesonopt ' ' -Dbuild-examples=false
27 var_append mesonopt ' ' -Dlua-interpreter=lua
29 var_append mesonopt ' ' -Devas-loaders-disabler='pdf,ps,raw,tiff,json,avif,jxl,jp2k'
30 var_append mesonopt ' ' -Decore-imf-loaders-disabler=ibus,scim
32 var_append GCC_WRAPPER_APPEND ' ' "-I$root`pkgprefix includedir xkbcommon`/ $(pkg-config --libs xcomposite xdamage xext xfixes xinerama xrandr xrender xtst xi lua) -llua"