Changeset 83c67d14


Ignore:
Timestamp:
08/12/2024 05:28:10 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
5c817d87
Parents:
72beb00
Message:

firefox: Add geoclue as optional runtime dependency and update the comment for GLS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r72beb00 r83c67d14  
    173173      <xref linkend="doxygen"/>,
    174174      <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
     175      <xref role="runtime" linkend="geoclue"/> (runtime),
    175176      <xref linkend="liboauth"/>,
    176177      <xref role="runtime" linkend="pciutils"/> (runtime),
     
    208209ac_add_options --disable-necko-wifi
    209210
    210 # Uncomment the following line if you wish to use Google's Geolocation API
    211 # (needed for use with saved maps with Google Maps)
     211# Comment out the following line if you wish not to use Google's Location
     212# Service (GLS).  Note that if Geoclue is installed and configured to use
     213# GLS (as the BLFS instruction does), Firefox can access GLS via Geoclue
     214# anyway.  On the other hand if Geoclue is not installed (or not properly
     215# configured) and this line is commented out, the website requiring a
     216# location service will not function properly.
    212217ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
    213218
Note: See TracChangeset for help on using the changeset viewer.