Commit Graph

4 Commits

Author SHA1 Message Date
bd5a6c285c a little instdir sub-dir cleanup
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
2013-11-07 22:53:46 +01:00
fc68745898 verify-custom-widgets-libs: check libraries in instdir
Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26
2013-10-31 14:52:59 +01:00
aa0b9d13b5 change lib:widget delimiter from : to -
because glade catalogs don't allow : in widgetnames
which blocks making a catalog for our custom widgets

Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-21 10:53:15 +00:00
158aee9ad3 Resolves: fdo#60627 wrong lib names for some custom widgets
Under Linux dlsym will search other locations and find them if they exist
elsewhere, but not under windows, so its easy to put the wrong lib name in if
developing under Linux because it'll generally work anyway.

So add a script: bin/verify-custom-widgets-libs which can be used under Linux
to verify that the required factory methods exist in the right lib.

Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
2013-02-15 12:23:13 +00:00