X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=autobuild.git;a=blobdiff_plain;f=Build.rc.example;h=a157f67b1f95e3e5f50a787d0383d509f822b477;hp=09795f90b2b1a6a4d335c51200a3c856103ed9b8;hb=HEAD;hpb=06b06f86e46f398819ce2f73245041c540c8b87a diff --git a/Build.rc.example b/Build.rc.example index 09795f9..a157f67 100644 --- a/Build.rc.example +++ b/Build.rc.example @@ -17,6 +17,13 @@ setPath PATH \ "/usr/bin" \ "/bin" +# ----------------------------------------------------------------------------- +# The PKG_CONFIG_PATH environment variable to be set during the +# build. (Default: empty) +# +setPath PKG_CONFIG_PATH \ + "/usr/pkg/lib/pkgconfig" + # ----------------------------------------------------------------------------- # The extra arguments to be passed to "./configure". # @@ -32,7 +39,7 @@ setBuildTarget "all" # ----------------------------------------------------------------------------- # The name of subdirectory in which the source tree of documentation # resides, and the name of "make" target to build it. (Default: target -# "all" in the current directory) +# "all" in the top_builddir) # setDocDirectory "." setDocTarget "all"