dub.sdlsdl · 16 linesall
name "f14_window_state"
description "F14: window-state choreography (maximize/fullscreen/minimize states arrays per transition) + vetoable close."
targetType "executable"
sourcePaths "."
importPaths "."
// dub's source glob only picks up *.d — the ImportC shim must be listed
// explicitly (see ../scaffold/dub.sdl).
sourceFiles "c.c"
libs "wayland-client"
targetPath "build"

preGenerateCommands "\"$PACKAGE_DIR/generate.sh\"" platform="linux"

// Generated xdg-shell-protocol.c is textually #include'd by c.c — never a dub
// source (hyphenated filenames are not valid D module names).
excludedSourceFiles "xdg-shell-protocol.c"