diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2015-12-29 10:23:24 +0100 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2015-12-29 10:23:24 +0100 |
commit | 55e9ff2059e5edd3e5477e40059f7e82ff049855 (patch) | |
tree | 786ba72ab7d8e41d38ebfc90f1b48a0dd92756a1 /Tizen:Common | |
parent | f603843705f2ac22db9c7d26c2fd857649ff805c (diff) | |
download | obs-55e9ff2059e5edd3e5477e40059f7e82ff049855.tar.gz obs-55e9ff2059e5edd3e5477e40059f7e82ff049855.tar.bz2 obs-55e9ff2059e5edd3e5477e40059f7e82ff049855.zip |
Common: remove X11 from config
Change-Id: I0a2f9cbc5c0003506178b7245f84be70a78dd9d1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Diffstat (limited to 'Tizen:Common')
-rw-r--r-- | Tizen:Common/_config | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/Tizen:Common/_config b/Tizen:Common/_config index 17f037c..8f2c56b 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -56,25 +56,6 @@ Macros: %_default_patch_fuzz 2 :Macros -############################# display system ################################### - -########## display system selection ########## - -# selection of the display system -# this selection is done for each repository -# -# flags combinations: -# |---------------------------------------------------- -# | wayland | x | meaning -# |---------------------------------------------------- -# | | 1 | pure X11 platform(no wayland) -# | 1 | | pure wayland platform (no X11) -# | 1 | 1 | wayland but X compatibility -# | | | no X and no wayland -# |---------------------------------------------------- -# -# Owner: Stephane <stephane.desneux@open.eurogiciel.org> - ########## RDP flag ########## # enable/disable RDP (remote desktop protocol) for wayland @@ -111,38 +92,6 @@ Macros: %endif -############################# X11 repositories ################################# - -%if "%_repository" == "ia32-x11" || "%_repository" == "x86_64-x11" || "%_repository" == "arm-x11" || "%_repository" == "arm64-x11" || "%_repository" == "x11" - -Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) pkgconfig(gl) -Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1_cm) pkgconfig(gl) - -%define _with_x 1 - -Macros: -%_with_x 1 -:Macros - -%endif - -############################# X+Wayland repositories ########################### - -%if "%_repository" == "ia32-xwayland" || "%_repository" == "x86_64-xwayland" || "%_repository" == "arm-xwayland" || "%_repository" == "arm64-xwayland" || "%_repository" == "xwayland" - -Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) pkgconfig(gl) -Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1_cm) pkgconfig(gl) - -%define _with_wayland 1 -%define _with_x 1 - -Macros: -%_with_wayland 1 -%_with_x 1 -:Macros - -%endif - ############################# emulator repositories ############################ %if "%_repository" == "emulator32-wayland" |