Skip to content

Commit a5ee25b

Browse files
committed
Plugins (gforce): Fix empty/broken DATADIR macro for PixPort.cpp
1 parent dee0e0c commit a5ee25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libvisual-plugins/plugins/actor/gforce/Common/UI/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FILE(GLOB gforce_ui_HEADERS "Headers/*")
22

3-
SET(DATADIR $(LV_PLUGIN_DATA_DIR))
3+
SET(DATADIR ${LV_PLUGIN_DATA_DIR}/actor/actor_gforce)
44

55
# Missing DrawXX.cpp and LineXX.cpp
66
SET(gforce_ui_SOURCES

0 commit comments

Comments
 (0)