From 8f35862b6c5f3ad8e2c68b460686b4de619582c1 Mon Sep 17 00:00:00 2001 From: Sangjin Kim Date: Thu, 21 Mar 2013 15:03:55 +0900 Subject: [PATCH] Generate check-gl binary to use at an emulator-manager. Signed-off-by: Sangjin Kim --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/src/Makefile | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/changelog b/package/changelog index dee973dace..3044cdcb63 100644 --- a/package/changelog +++ b/package/changelog @@ -1,4 +1,7 @@ * 1.5.13 +- Generate check-gl binary to use at an emulator-manager. +== Sangjin Kim 2013-03-21 +* 1.5.13 - Enable pbuffer surface. == Sangjin Kim 2013-03-20 * 1.5.12 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 002b4e46bd..3ab5cb41bf 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.5.13 +Version: 1.5.14 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/Makefile b/tizen/src/Makefile index 7a139d4d82..c1a5acc5a2 100755 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -204,14 +204,17 @@ endif cp skin/client/emulator-skin.jar $(DIBS_COMMON_DIR)/bin ifdef CONFIG_WIN32 + cp ../../i386-softmmu/check-gl.exe $(EMUL_DIR)/bin/ cp check-hax.exe $(DIBS_COMMON_DIR)/bin endif ifdef CONFIG_DARWIN + cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin/ cp check-hax $(DIBS_COMMON_DIR)/bin cp sdbscript $(DIBS_COMMON_DIR)/bin endif ifdef CONFIG_LINUX + cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin/ echo "Copying tizen-kvm to $(DIBS_X86_DIR)/etc" cp -pPr ../distrib/initscript/tizen-kvm $(DIBS_X86_DIR)/etc cp -pPr ../distrib/initscript/45-tizen-kvm.rules $(DIBS_X86_DIR)/etc -- 2.34.1