aboutsummaryrefslogtreecommitdiff
path: root/ports/libraqm
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libraqm')
-rw-r--r--ports/libraqm/CONTROL5
-rw-r--r--ports/libraqm/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/libraqm/CONTROL b/ports/libraqm/CONTROL
deleted file mode 100644
index 460e66c16..000000000
--- a/ports/libraqm/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libraqm
-Version: 0.7.0
-Port-Version: 2
-Description: A library for complex text layout
-Build-Depends: freetype, harfbuzz, fribidi \ No newline at end of file
diff --git a/ports/libraqm/vcpkg.json b/ports/libraqm/vcpkg.json
new file mode 100644
index 000000000..7e124e863
--- /dev/null
+++ b/ports/libraqm/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "libraqm",
+ "version-string": "0.7.0",
+ "port-version": 3,
+ "description": "A library for complex text layout",
+ "dependencies": [
+ "freetype",
+ "fribidi",
+ "harfbuzz"
+ ]
+}