diff options
author | adnano <me@adnano.co> | 2024-05-02 17:03:07 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-02 17:03:07 -0400 |
commit | 6284eea24b44d05260f96fe842fa9dd752185942 (patch) | |
tree | 10fc9a65d709781fb31d08b64d50c8723c83f19f /meson.build | |
parent | 6a39269d2e73273de324ed156eba71e5bdcd9602 (diff) | |
download | wmenu-6284eea24b44d05260f96fe842fa9dd752185942.tar.gz |
Separate menu state from Wayland state
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 56fe511..fc4a2c0 100644 --- a/meson.build +++ b/meson.build @@ -43,6 +43,7 @@ executable( 'pango.c', 'pool-buffer.c', 'render.c', + 'wayland.c', ), dependencies: [ cairo, |