Re: [PATCH weston v4] buildsystem: add missing pkg-config stub for libweston uninstalled

2017-10-26 Thread Reynaldo H. Verdejo Pinochet
Hi Derek. You are right! I'm not sure how it went unnoticed here. I'm testing v5 and will submit shortly. Thank you. Bests, -- Reynaldo ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/

Re: [PATCH weston v4] buildsystem: add missing pkg-config stub for libweston uninstalled

2017-10-26 Thread Derek Foreman
Hi Reynaldo, I was going to land this today, but noticed it gets the library directories wrong. The .so files are in the top build directory, but the -uninstalled.pc file sets -L to the directories where libweston and libweston-desktop object files are built instead. How about a v5? :) Tha

Re: [PATCH weston v4] buildsystem: add missing pkg-config stub for libweston uninstalled

2017-10-10 Thread Derek Foreman
This is Reviewed-by: Derek Foreman Thanks, Derek On 2017-10-05 06:10 PM, Reynaldo H. Verdejo Pinochet wrote: Changes from v3: Correctly require libweston-uninstalled for libweston-desktop-uninstalled Rebased on top of today's master Changes from v2: Change the commit log to explain what thes

Re: [PATCH weston v4] buildsystem: add missing pkg-config stub for libweston uninstalled

2017-10-05 Thread Reynaldo H. Verdejo Pinochet
Changes from v3: Correctly require libweston-uninstalled for libweston-desktop-uninstalled Rebased on top of today's master Changes from v2: Change the commit log to explain what these files are for Changes from v1: Don't put the version # in the -uninstalled.pc name add libweston-desktop-unins