mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
The option BR2_PACKAGE_XLIB_LIBXP does not exist, but is select by efl/Config.in since the package was introduced. Since all xlib_* dependency in the .mk file each have a corresponding select in the Config.in file, we simply drop this bogus dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>