mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
Not referencing them caused them to be missing from the source packages. This also moves all files that were in different dirs under the common additional-files dir.
45 lines
1.1 KiB
XML
45 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<version>
|
|
8
|
|
</version>
|
|
|
|
<headers>
|
|
jconfig.h
|
|
jerror.h
|
|
jmorecfg.h
|
|
jpeglib.h
|
|
</headers>
|
|
|
|
<libs>
|
|
jpeg-8/.libs/libjpeg.so
|
|
</libs>
|
|
|
|
<include_paths>
|
|
/* The list of paths to be searched for header files needed for compiling of library headers, one per line */
|
|
/* This section is not necessary */
|
|
jpeg-8
|
|
</include_paths>
|
|
|
|
<gcc_options>
|
|
/* Addition gcc options, one per line */
|
|
/* This section is not necessary */
|
|
</gcc_options>
|
|
|
|
<opaque_types>
|
|
/* The list of types that should be skipped while checking, one per line */
|
|
/* This section is not necessary */
|
|
</opaque_types>
|
|
|
|
<skip_interfaces>
|
|
/* The list of interfaces that should be skipped while checking, one mangled name per line */
|
|
/* This section is not necessary */
|
|
</skip_interfaces>
|
|
|
|
<include_preamble>
|
|
/* The list of header files that should be included before other headers, one per line */
|
|
/* For example, it is a tree.h for libxml2 and ft2build.h for freetype2 */
|
|
/* This section is not necessary */
|
|
stdio.h
|
|
</include_preamble>
|