diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-11-16 18:19:03 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-20 15:47:14 -0800 |
| commit | 35ea46995b6a3b384b4a76d613ac29d7d001b51a (patch) | |
| tree | f5a3f8f54d46051343cd3429b456f08d437dfebf /ports/egl-registry | |
| parent | 9eab773b8fe7ae7700d77b686836c093fdfdeb31 (diff) | |
| download | vcpkg-35ea46995b6a3b384b4a76d613ac29d7d001b51a.tar.gz vcpkg-35ea46995b6a3b384b4a76d613ac29d7d001b51a.zip | |
[glad] Use registry ports instead of vendored copies
Diffstat (limited to 'ports/egl-registry')
| -rw-r--r-- | ports/egl-registry/CONTROL | 2 | ||||
| -rw-r--r-- | ports/egl-registry/portfile.cmake | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ports/egl-registry/CONTROL b/ports/egl-registry/CONTROL index c1187a6bf..dc7cdec79 100644 --- a/ports/egl-registry/CONTROL +++ b/ports/egl-registry/CONTROL @@ -1,3 +1,3 @@ Source: egl-registry
-Version: 2018-06-30
+Version: 2018-06-30-1
Description: the EGL API and Extension Registry
diff --git a/ports/egl-registry/portfile.cmake b/ports/egl-registry/portfile.cmake index 1278e2c92..ee6fc23dc 100644 --- a/ports/egl-registry/portfile.cmake +++ b/ports/egl-registry/portfile.cmake @@ -16,6 +16,12 @@ file( )
file(
+ COPY
+ ${SOURCE_PATH}/api/egl.xml
+ DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry
+)
+
+file(
INSTALL ${SOURCE_PATH}/sdk/docs/man/copyright.xml
DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry
RENAME copyright
|
