diff -Nru libhybris-0.1.0+git20131207+e452e83/debian/changelog libhybris-0.1.0+git20131207+e452e83/debian/changelog --- libhybris-0.1.0+git20131207+e452e83/debian/changelog 2014-02-26 04:35:06.000000000 +0000 +++ libhybris-0.1.0+git20131207+e452e83/debian/changelog 2014-03-07 09:34:46.000000000 +0000 @@ -1,3 +1,11 @@ +libhybris (0.1.0+git20131207+e452e83-0ubuntu9) trusty; urgency=medium + + * Turn on wayland support to provide libwayland-egl, which mesa in Ubuntu + relies on. This makes libhybris a viable provider of the + x86_64-linux-gnu_egl_conf alternate. (LP: #1206371) + + -- Iain Lane Fri, 07 Mar 2014 09:34:46 +0000 + libhybris (0.1.0+git20131207+e452e83-0ubuntu8) trusty; urgency=medium * common: also protecting the bionic system property calls diff -Nru libhybris-0.1.0+git20131207+e452e83/debian/control libhybris-0.1.0+git20131207+e452e83/debian/control --- libhybris-0.1.0+git20131207+e452e83/debian/control 2014-02-26 04:35:06.000000000 +0000 +++ libhybris-0.1.0+git20131207+e452e83/debian/control 2014-03-03 12:23:20.000000000 +0000 @@ -9,7 +9,8 @@ g++-4.7, quilt, pkg-config, - libgles2-mesa-dev + libgles2-mesa-dev, + libwayland-dev Standards-Version: 3.9.4 Section: libs Vcs-Git: git://phablet.ubuntu.com/ubuntu/libhybris.git diff -Nru libhybris-0.1.0+git20131207+e452e83/debian/libhybris.install.in libhybris-0.1.0+git20131207+e452e83/debian/libhybris.install.in --- libhybris-0.1.0+git20131207+e452e83/debian/libhybris.install.in 2014-02-26 04:35:06.000000000 +0000 +++ libhybris-0.1.0+git20131207+e452e83/debian/libhybris.install.in 2014-03-03 12:32:30.000000000 +0000 @@ -6,5 +6,6 @@ usr/lib/*/libis.so.* usr/lib/*/libcamera.so.* usr/lib/*/libhybris/*.so +usr/lib/*/libwayland-egl.so.* #PKGLIBDIR# usr/lib/*/libEGL.so.* #PKGLIBDIR# usr/lib/*/libGLESv2.so.* #PKGLIBDIR# diff -Nru libhybris-0.1.0+git20131207+e452e83/debian/rules libhybris-0.1.0+git20131207+e452e83/debian/rules --- libhybris-0.1.0+git20131207+e452e83/debian/rules 2014-02-26 04:35:06.000000000 +0000 +++ libhybris-0.1.0+git20131207+e452e83/debian/rules 2014-03-03 12:21:25.000000000 +0000 @@ -58,9 +58,9 @@ override_dh_auto_configure: ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), armhf)) - dh_auto_configure --sourcedirectory=hybris -- --enable-arch=arm --with-android-headers=/usr/include/android + dh_auto_configure --sourcedirectory=hybris -- --enable-wayland --enable-arch=arm --with-android-headers=/usr/include/android else - dh_auto_configure --sourcedirectory=hybris -- --enable-arch=x86 --with-android-headers=/usr/include/android + dh_auto_configure --sourcedirectory=hybris -- --enable-wayland --enable-arch=x86 --with-android-headers=/usr/include/android endif override_dh_install: