aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libnotify/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libnotify/vcpkg.json')
-rw-r--r--vcpkg/ports/libnotify/vcpkg.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/libnotify/vcpkg.json b/vcpkg/ports/libnotify/vcpkg.json
new file mode 100644
index 0000000..5954322
--- /dev/null
+++ b/vcpkg/ports/libnotify/vcpkg.json
@@ -0,0 +1,39 @@
+{
+ "name": "libnotify",
+ "version": "0.8.7",
+ "description": "A library for sending desktop notifications",
+ "homepage": "https://gitlab.gnome.org/GNOME/libnotify",
+ "license": "LGPL-2.1-or-later",
+ "supports": "linux",
+ "dependencies": [
+ {
+ "name": "gdk-pixbuf",
+ "default-features": false
+ },
+ "glib",
+ {
+ "name": "glib",
+ "host": true
+ },
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ],
+ "features": {
+ "introspection": {
+ "description": "Enable GObject introspection",
+ "supports": "!static",
+ "dependencies": [
+ {
+ "name": "gdk-pixbuf",
+ "default-features": false,
+ "features": [
+ "introspection"
+ ]
+ },
+ "gobject-introspection"
+ ]
+ }
+ }
+}