diff options
| author | Alexander Täschner <A.Taeschner@gsi.de> | 2017-06-01 08:32:41 +0200 |
|---|---|---|
| committer | Alexander Täschner <A.Taeschner@gsi.de> | 2017-06-07 15:28:21 +0200 |
| commit | c35dd41195fc56506b44e415751a8e2fb1730019 (patch) | |
| tree | a41b6254e1c0bca4203a04802d53a578be126839 | |
| parent | 9a698d7088beb3fa32b1b9d0321781c0ba07e18e (diff) | |
| download | vcpkg-c35dd41195fc56506b44e415751a8e2fb1730019.tar.gz vcpkg-c35dd41195fc56506b44e415751a8e2fb1730019.zip | |
[cairo] Add cairo-pdf.h and cairo-svg.h to subdir cairo in includes.
| -rw-r--r-- | ports/cairo/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cairo/portfile.cmake | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ports/cairo/CONTROL b/ports/cairo/CONTROL index 89ba03b79..88325c521 100644 --- a/ports/cairo/CONTROL +++ b/ports/cairo/CONTROL @@ -1,4 +1,4 @@ Source: cairo -Version: 1.15.4 +Version: 1.15.4-1 Description: Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB. Build-Depends: zlib, libpng, pixman, glib, freetype, fontconfig diff --git a/ports/cairo/portfile.cmake b/ports/cairo/portfile.cmake index 57b45e91c..47055a270 100644 --- a/ports/cairo/portfile.cmake +++ b/ports/cairo/portfile.cmake @@ -49,6 +49,13 @@ DESTINATION ${CURRENT_PACKAGES_DIR}/include ) +file(COPY +"${SOURCE_PATH}/src/cairo-pdf.h" +"${SOURCE_PATH}/src/cairo-svg.h" +DESTINATION +${CURRENT_PACKAGES_DIR}/include/cairo +) + # Handle copyright file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/cairo) file(RENAME ${CURRENT_PACKAGES_DIR}/share/cairo/COPYING ${CURRENT_PACKAGES_DIR}/share/cairo/copyright) |
