enable tbm backend and tbm-queue on emulator environment. 14/68014/1 accepted/tizen/common/20160504.125102 accepted/tizen/ivi/20160503.092520 accepted/tizen/mobile/20160503.092430 accepted/tizen/tv/20160503.092440 accepted/tizen/wearable/20160503.092505 submit/tizen/20160502.043551 submit/tizen/20160502.114011
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Fri, 29 Apr 2016 16:00:42 +0000 (01:00 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Fri, 29 Apr 2016 16:00:42 +0000 (01:00 +0900)
Change-Id: I0d9117cced57e69212aa463bc8c361915ba315d3

packaging/libgbm.spec

index c32acea..02568af 100644 (file)
@@ -30,11 +30,7 @@ Development header files for use with Wayland GBM
 %setup -q -n %{name}
 
 %build
-%if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator64-wayland"
-%reconfigure --disable-static --disable-tbm
-%else
 %reconfigure --disable-static --enable-tbm --enable-tbm-queue
-%endif
 make libdir=%{_libdir} major_ver=%{MAJOR_VER} minor_ver=%{MINOR_VER}
 
 %install