diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-12-06 14:37:28 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-12-06 14:37:42 +0900 |
commit | 34c676b21223ffc43a63cafc190876365c8eb413 (patch) | |
tree | bf9eb7b8124c8ed8b51b93ed9bb48ba1733d4dc1 | |
parent | 3e8b9012c6c1f2811879a20b0e48cf48e9756384 (diff) | |
download | obs-34c676b21223ffc43a63cafc190876365c8eb413.tar.gz obs-34c676b21223ffc43a63cafc190876365c8eb413.tar.bz2 obs-34c676b21223ffc43a63cafc190876365c8eb413.zip |
Tizen:3.0:TV: enable emulator64-wayland repository
Change-Id: I2c572726d596654290813245baad31ed220a45be
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r-- | Tizen:3.0:TV/_config | 2 | ||||
-rw-r--r-- | Tizen:3.0:TV/_meta | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Tizen:3.0:TV/_config b/Tizen:3.0:TV/_config index 9440199..b1fe508 100644 --- a/Tizen:3.0:TV/_config +++ b/Tizen:3.0:TV/_config @@ -128,7 +128,7 @@ Macros: ############################# emulator repositories ############################ -%if "%_repository" == "emulator32-wayland" +%if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator64-wayland" Substitute: mesa-devel pkgconfig(glesv2) diff --git a/Tizen:3.0:TV/_meta b/Tizen:3.0:TV/_meta index 670c667..6c5af7a 100644 --- a/Tizen:3.0:TV/_meta +++ b/Tizen:3.0:TV/_meta @@ -7,10 +7,16 @@ <person userid="hglee" role="maintainer"/> <build> <disable arch="i586" repository="arm-wayland"/> + <disable arch="i586" repository="emulator64-wayland"/> </build> <debuginfo> <enable/> </debuginfo> + <repository name="emulator64-wayland"> + <path project="Tizen:3.0:Base" repository="emulator64"/> + <arch>i586</arch> + <arch>x86_64</arch> + </repository> <repository name="emulator32-wayland"> <path project="Tizen:3.0:Base" repository="emulator32"/> <arch>i586</arch> |