compositor: Generalize module loading

We can now load any number of general modules, and the shell and xwayland
are just two of them.  We continue to use the mechanism for testing but
custom input drivers or logging mechanisms, for example are other use cases.
This commit is contained in:
Kristian Høgsberg
2012-09-12 12:21:01 -04:00
parent eb00e2e24b
commit a6813d2887
3 changed files with 46 additions and 38 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
../src/weston --module=$abs_builddir/.libs/${1/.la/.so}
../src/weston --modules=$abs_builddir/.libs/${1/.la/.so}