Skip to content

Commit 36a85c8

Browse files
authored
Add vulkan to pkgconfig-map (#1001)
* Add vulkan to pkgconfig-map * Explain decision to map vulkan to vulkan-loader
1 parent b20a2dd commit 36a85c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pkgconf-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ pkgs:
155155
"webkit2gtk-4.0" = [ pkgs."webkitgtk" ];
156156
"webkit2gtk-web-extension-4.0" = [ pkgs."webkitgtk" ];
157157
"webkitgtk-3.0" = [ pkgs."webkitgtk24x-gtk3" ]; # These are the old APIs, of which 2.4 is the last provider, so map directly to that
158+
"vulkan" = [ pkgs."vulkan-loader" ]; # vulkan-loader provides vulkan.pc file for pkg-config.
158159
"X11" = [ pkgs.xorg."libX11" ];
159160
"x11" = [ pkgs.xorg."xlibsWrapper" ];
160161
"xau" = [ pkgs.xorg."libXau" ];

0 commit comments

Comments
 (0)