mirror of https://github.com/cutefishos/appmotor
Changes: separate link/dlopen library configuration for MeeGo
RebBy: Pertti Kellomakipull/1/head
parent
1c93b10b0a
commit
142ccace01
@ -0,0 +1,7 @@
|
||||
# Library statuses
|
||||
D = 0 # dlopen
|
||||
L = 1 # link
|
||||
|
||||
libraries = [
|
||||
(D, "/usr/lib/libmeegoqmllauncher.so.0", "-lmeegoqmllauncher", "libmeegoqmllauncher", "meego-qml-launcher-devel"),
|
||||
]
|
||||
Loading…
Reference in New Issue