Skip to content

[package] xorg/system: some system include directories are added #6880

@madebr

Description

@madebr

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: xorg/system
  • Operating System+version: Fedora Linux 34
  • Compiler+version: GCC 11.2
  • Conan version: conan 1.39.0
  • Python version: Python 3.9.6

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

Configuration for profile default:

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=11
compiler.libcxx=libstdc++11
build_type=Release
[options]
[conf]
[build_requires]
[env]
CC=/usr/bin/gcc
CXX=/usr/bin/g++

Steps to reproduce (Include if Applicable)

conan create recipes/xorg/all xorg/system@
cat recipes/xorg/all/test_package/build/220a4431a5a2a0f3bef67db079657b4ddcad22b7/conanbuildinfo.txt

The [includedirs_xorg] sections is possibibly problematic:

[includedirs_xorg]
/usr/include/freetype2
/usr/include/libpng16
/usr/include/harfbuzz
/usr/include/glib-2.0
/usr/lib64/glib-2.0/include
/usr/include/sysprof-4
/usr/include/libxml2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions