brummer10 / XUiDesigner

A WYSIWYG LV2 GUI/plugin creator tool
BSD Zero Clause License
100 stars 3 forks source link

Exclude libxputty files from make install #16

Open fpesari opened 1 year ago

fpesari commented 1 year ago

Hello,

in v0.7 make install also installs files from libxputty (in /usr/include and /usr/lib and /usr/share/pkgconfig). However, if libxputty is statically linked to XUiDesigner, they should not be installed to the user's system. Thanks!

brummer10 commented 1 year ago

Hi While that is true, we need to have libxputty installed in order to compile and run the test build UI. That's why libxputty was installed by XUiDesigner.