Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created December 16, 2019 17:38
Show Gist options
  • Save joefiorini/e8a8d6d6157e1fa2995bdaa0ef432d62 to your computer and use it in GitHub Desktop.
Save joefiorini/e8a8d6d6157e1fa2995bdaa0ef432d62 to your computer and use it in GitHub Desktop.
Determining dependency 'wayland-wall' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion wayland-wall` -> 0
1
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags wayland-wall` -> 0
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config wayland-wall --libs` -> 0
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config wayland-wall --libs` -> 0
Run-time dependency wayland-wall found: YES 1
plugins/nd/meson.build:50: WARNING: Subproject name has a path separator. This may cause unexpected behaviour.
Executing subproject libgwater/wayland method meson
Project name: libgwater-wayland
Project version: undefined
C compiler for the build machine: cc (gcc 9.2.0 "cc (GCC) 9.2.0")
C linker for the build machine: GNU ld.bfd 2.33.1
C compiler for the host machine: cc (gcc 9.2.0 "cc (GCC) 9.2.0")
C linker for the host machine: GNU ld.bfd 2.33.1
Using cached compile:
Cached command line: cc /home/joe/.cache/yay/eventd-git/src/build/meson-private/tmp1f0enltq/testfile.c -pipe -E -P -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu11
Code:
#ifdef __has_include
#if !__has_include("errno.h")
#error "Header 'errno.h' could not be found"
#endif
#else
#include <errno.h>
#endif
Cached compiler stdout:
Cached compiler stderr:
Has header "errno.h" : YES (cached)
Dependency glib-2.0 found: YES (cached)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'wayland-client' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion wayland-client` -> 0
1.17.0
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags wayland-client` -> 0
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config wayland-client --libs` -> 0
-L/usr/lib -lwayland-client
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config wayland-client --libs` -> 0
-lwayland-client
Run-time dependency wayland-client found: YES 1.17.0
Build targets in project: 34
Subproject libgwater/wayland finished.
Dependency wayland-client found: YES (cached)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'wayland-cursor' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion wayland-cursor` -> 0
1.17.0
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags wayland-cursor` -> 0
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config wayland-cursor --libs` -> 0
-L/usr/lib -lwayland-cursor
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config wayland-cursor --libs` -> 0
-lwayland-cursor
Run-time dependency wayland-cursor found: YES 1.17.0
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --variable=pkgdatadir wayland-wall` -> 0
/usr/share/wayland-wall
Got pkgconfig variable pkgdatadir : /usr/share/wayland-wall
plugins/nd/meson.build:86: WARNING: Subproject name has a path separator. This may cause unexpected behaviour.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment