diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-12-10 10:18:05 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-12-15 11:09:36 +0200 |
commit | f29695a067a0168875eb67e544032d93d35711d9 (patch) | |
tree | b9913588d6fde47816a9da54c447851749d32e39 /Tizen:Mobile/_config | |
parent | 47bbcc7da2e626efb90f0c79b0c1490cd564b1ee (diff) | |
download | obs-f29695a067a0168875eb67e544032d93d35711d9.tar.gz obs-f29695a067a0168875eb67e544032d93d35711d9.tar.bz2 obs-f29695a067a0168875eb67e544032d93d35711d9.zip |
Tizen:Mobile: add x86_64-x11 target
Change-Id: I8bc75348418ed682cabb4b07d5aa764dc12a083b
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'Tizen:Mobile/_config')
-rw-r--r-- | Tizen:Mobile/_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tizen:Mobile/_config b/Tizen:Mobile/_config index 7ed17f5..a810194 100644 --- a/Tizen:Mobile/_config +++ b/Tizen:Mobile/_config @@ -88,7 +88,7 @@ Macros: ############################# X11 repositories ################################# -%if "%_repository" == "atom-x11" || "%_repository" == "arm-x11" +%if "%_repository" == "atom-x11" || "%_repository" == "x86_64-x11" || "%_repository" == "arm-x11" Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) pkgconfig(gl) Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1_cm) pkgconfig(gl) |