aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-09-12 22:51:07 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-09-12 22:51:07 +0300
commit7f5de6c15243bd8f3f9952ed091e4dd15e809020 (patch)
treeecd2dbd26de670ea33481e944bf8374148c0763e /build.zig
parentb34919056ef006d78fde1a50867d6f050ee58254 (diff)
downloadzigway-7f5de6c15243bd8f3f9952ed091e4dd15e809020.tar.gz
zigway-7f5de6c15243bd8f3f9952ed091e4dd15e809020.zip
pango and cairo with shm
Use pango and cairo to render text to the shared mem buffer.
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 5e885fc..f9d7704 100644
--- a/build.zig
+++ b/build.zig
@@ -28,6 +28,7 @@ pub fn build(b: *std.Build) void {
exe.root_module.addImport("wayland", wayland);
exe.linkLibC();
exe.linkSystemLibrary("wayland-client");
+ exe.linkSystemLibrary("pangocairo");
scanner.addCSource(exe);