Advertisement
bluebyt

wf-info

May 5th, 2024
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. $ PKG_CONFIG_PATH=/opt/wayfire/lib/pkgconfig meson setup
  3.  build --prefix=/opt/wayfire
  4. The Meson build system
  5. Version: 1.4.0
  6. Source dir: /home/bluebyt/Downloads/wf-info
  7. Build dir: /home/bluebyt/Downloads/wf-info/build
  8. Build type: native build
  9. Project name: wf-info
  10. Project version: 0.7.0
  11. C compiler for the host machine: cc (gcc 13.2.1 "cc (GCC) 13.2.1 20240417")
  12. C linker for the host machine: cc ld.bfd 2.42.0
  13. C++ compiler for the host machine: c++ (gcc 13.2.1 "c++ (GCC) 13.2.1 20240417")
  14. C++ linker for the host machine: c++ ld.bfd 2.42.0
  15. Host machine cpu family: x86_64
  16. Host machine cpu: x86_64
  17. Found pkg-config: YES (/usr/bin/pkg-config) 2.1.1
  18. Run-time dependency wayfire found: YES 0.9.0
  19. Run-time dependency wlroots found: YES 0.17.2
  20. Run-time dependency wf-config found: YES 0.9.0
  21. Run-time dependency wayland-protocols found: YES 1.35
  22. Run-time dependency wayland-server found: YES 1.22.0
  23. Run-time dependency wayland-client found: YES 1.22.0
  24. Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
  25. Build targets in project: 4
  26. NOTICE: Future-deprecated features used:
  27.  * 0.56.0: {'dependency.get_pkgconfig_variable'}
  28.  
  29. wf-info 0.7.0
  30.  
  31.   User defined options
  32.     prefix: /opt/wayfire
  33.  
  34. Found ninja-1.12.0 at /usr/bin/ninja
  35.  
  36. $ninja -C build
  37. ninja: Entering directory `build'
  38. [15/15] Linking target src/libwf-info.so
  39.  
  40. $sudo ninja -C build install          
  41. [sudo] password for bluebyt:
  42. ninja: Entering directory `build'
  43. [0/1] Installing files.
  44. Installing src/libwf-info.so to /opt/wayfire/lib/wayfire
  45. Installing src/client/wf-info to /opt/wayfire/bin
  46. Installing /home/bluebyt/Downloads/wf-info/metadata/wf-info.xml to /opt/wayfire/share/wayfire/metadata
  47.  
  48. $wf-info
  49. Wayfire information protocol not advertised by compositor. Is wf-info plugin enabled?
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement