aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json')
-rw-r--r--vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json
new file mode 100644
index 0000000..7a1c761
--- /dev/null
+++ b/vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json
@@ -0,0 +1,54 @@
+{
+ "name": "vcpkg-ci-gobject-introspection",
+ "version-string": "ci",
+ "description": "Port to force features of gobject-introspection within CI",
+ "homepage": "https://github.com/microsoft/vcpkg",
+ "license": "MIT",
+
+ "dependencies": [
+ {
+ "name": "gobject-introspection",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "default-features": [
+ {
+ "name": "ports",
+ "platform": "!static & !(arm & windows)"
+ },
+ {
+ "name": "run-test",
+ "platform": "!static & !(arm & windows)"
+ }
+ ],
+ "features": {
+ "ports": {
+ "description": "Test introspection in ports",
+ "supports": "!static",
+ "dependencies": [
+ {
+ "name": "gobject-introspection",
+ "default-features": false,
+ "features": [
+ "cairo"
+ ]
+ },
+ {
+ "name": "harfbuzz",
+ "default-features": false,
+ "features": [
+ "introspection"
+ ]
+ }
+ ]
+ },
+ "run-test": {
+ "supports": "!static",
+ "description": "Run a test program."
+ }
+ }
+}