kstartupconfig5
Alex Merry
kde at randomguy3.me.uk
Thu Feb 20 11:22:54 UTC 2014
On 19/02/14 18:07, Jaime wrote:
> I've looked in the bin directory and there is no kstartupconfig5.
> I've done a grep in the source and it is included in kde-workspace,
> but aparently, it is only for BSD.
>
> if(LIBBSD_FOUND)
> ecm_optional_add_subdirectory(
> kstartupconfig)
> else()
> message(STATUS "LibBSD was not found, kstartupconfig will not be built")
> endif()
Note that glibc provides a "libbsd", which is its BSD compatibility
library. In fact, the reason kstartupconfig5 links against appears to
be its use of strlcpy and strlcat. So this is not aimed at BSD-ish
systems (I don't even know whether BSD-ish systems have a libbsd...).
Alex
More information about the Kde-frameworks-devel
mailing list