diff -Nru libsdl2-2.0.8+dfsg1/debian/changelog libsdl2-2.0.8+dfsg1/debian/changelog --- libsdl2-2.0.8+dfsg1/debian/changelog 2018-05-22 07:24:20.000000000 +0000 +++ libsdl2-2.0.8+dfsg1/debian/changelog 2019-02-28 09:38:26.000000000 +0000 @@ -1,3 +1,14 @@ +libsdl2 (2.0.8+dfsg1-1ubuntu1.18.04.3) bionic; urgency=medium + + [ Gianfranco Costamagna ] + * Enable vulkan everywhere + + [ Ryan C. Gordon (icculus) ] + * Disable --disable-loadso switch, it was useless and it is wrong + in many cases (see LP: #1740517 for discussion) + + -- Gianfranco Costamagna Thu, 28 Feb 2019 10:38:26 +0100 + libsdl2 (2.0.8+dfsg1-1ubuntu1.18.04.1) bionic; urgency=medium * debian/patches/SDL2-dynapi-symbol-resolution-fix.patch: diff -Nru libsdl2-2.0.8+dfsg1/debian/rules libsdl2-2.0.8+dfsg1/debian/rules --- libsdl2-2.0.8+dfsg1/debian/rules 2018-03-05 15:39:02.000000000 +0000 +++ libsdl2-2.0.8+dfsg1/debian/rules 2019-02-28 09:38:17.000000000 +0000 @@ -5,7 +5,7 @@ DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \ +confflags = --disable-rpath --enable-sdl-dlopen \ --disable-nas --disable-esd --disable-arts \ --disable-alsa-shared --disable-pulseaudio-shared \ --enable-ibus \ @@ -37,9 +37,6 @@ confflags += --disable-video-wayland endif -# the SDL module for Vulkan not compiling even in Linux at the moment -confflags += --disable-video-vulkan - # disable OpenGLES on Hurd, it does not support it at the moment ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU))) confflags += --disable--video-opengles