aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2-image
diff options
context:
space:
mode:
authorStanislav Ershov <digital.stream.of.mind@gmail.com>2018-01-09 23:44:37 +0300
committerStanislav Ershov <digital.stream.of.mind@gmail.com>2018-01-09 23:44:37 +0300
commit2ad118a2532e99a78c41dffa1b9648e7eca20a95 (patch)
treea25c56a60c07b3cdcbe4b6078ed636f57932a9bc /ports/sdl2-image
parent30a6668e224dca086ce57ecc6f2fd3c4f4b9a5b0 (diff)
downloadvcpkg-2ad118a2532e99a78c41dffa1b9648e7eca20a95.tar.gz
vcpkg-2ad118a2532e99a78c41dffa1b9648e7eca20a95.zip
Add missing version.rc file to sdl2 libraries.
Affected sdl2 libraries: - sdl2-image - sdl2-mixer - sdl2-net - sdl2-ttf
Diffstat (limited to 'ports/sdl2-image')
-rw-r--r--ports/sdl2-image/CMakeLists.txt1
-rw-r--r--ports/sdl2-image/CONTROL2
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/sdl2-image/CMakeLists.txt b/ports/sdl2-image/CMakeLists.txt
index e950e16df..0df7e7d36 100644
--- a/ports/sdl2-image/CMakeLists.txt
+++ b/ports/sdl2-image/CMakeLists.txt
@@ -42,6 +42,7 @@ add_library(SDL2_image
IMG_xpm.c
IMG_xv.c
IMG_xxx.c
+ version.rc
)
set_target_properties(SDL2_image PROPERTIES DEFINE_SYMBOL SDL2_EXPORTS)
diff --git a/ports/sdl2-image/CONTROL b/ports/sdl2-image/CONTROL
index 21e22f872..f9d5e14ed 100644
--- a/ports/sdl2-image/CONTROL
+++ b/ports/sdl2-image/CONTROL
@@ -1,5 +1,5 @@
Source: sdl2-image
-Version: 2.0.2
+Version: 2.0.2-1
Build-Depends: sdl2, libpng, libjpeg-turbo, tiff, libwebp
Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV