summaryrefslogtreecommitdiffstats
path: root/core/modules/fspanel/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/fspanel/module.build')
-rw-r--r--core/modules/fspanel/module.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/modules/fspanel/module.build b/core/modules/fspanel/module.build
index a5cbb6b6..a3360f45 100644
--- a/core/modules/fspanel/module.build
+++ b/core/modules/fspanel/module.build
@@ -4,7 +4,10 @@ fetch_source() {
}
build() {
- :
+ mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/bin"
+ cde "${MODULE_DIR}/fspanel"
+ gcc -DHAVE_XPM -Wall -g -Os fspanel.c -o "${MODULE_BUILD_DIR}/opt/openslx/bin/fspanel" -lX11 -lXpm \
+ || perror "Could not compile fspanel"
}
post_copy() {