Update 1.0 1.0_branch
authorGraydon, Tracy <tracy.graydon@intel.com>
Wed, 8 Aug 2012 01:28:22 +0000 (18:28 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Wed, 8 Aug 2012 01:28:22 +0000 (18:28 -0700)
packaging/cogl-wayland.conf [new file with mode: 0644]
packaging/ivi-config-wayland.spec [new file with mode: 0644]

diff --git a/packaging/cogl-wayland.conf b/packaging/cogl-wayland.conf
new file mode 100644 (file)
index 0000000..0702cf2
--- /dev/null
@@ -0,0 +1,4 @@
+[global]
+COGL_DRIVER=gles2
+COGL_RENDERER=egl_wayland
+COGL_DEBUG=disable-atlas
diff --git a/packaging/ivi-config-wayland.spec b/packaging/ivi-config-wayland.spec
new file mode 100644 (file)
index 0000000..d6fd8d2
--- /dev/null
@@ -0,0 +1,30 @@
+Name:       ivi-config-wayland
+Summary:    Custom configs for Tizen IVI wayland build
+Version:    0.0.1
+Release:    1
+Group:      System/Libraries
+License:    Apache License, Version 2.0
+URL:        http://www.tizen.org
+Source0:    cogl-wayland.conf
+Conflicts:  ivi-config-xlib
+
+%description
+Provides customizations for the Tizen IVI wayland build
+
+%prep
+
+%build
+# >> build pre
+# << build pre
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{_sysconfdir}/xdg/cogl
+install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/xdg/cogl/cogl.conf
+
+%files
+%defattr(-,root,root,-)
+%config %{_sysconfdir}/xdg/cogl/cogl.conf