mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibEDID: Rename the downloaded PNP IDs file
After fixing the CMake file to use the correct paths, users may have had to manually remove the existing downloaded pnp.ids.html for CMake to re- run the generator. So this change renames the downloaded file to pnp_ids.html to ensure everyone picks up that change without manual intervention.
This commit is contained in:
parent
99c8dadcec
commit
e092f1614c
Notes:
sideshowbarker
2024-07-17 20:11:35 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/e092f1614cd Pull-request: https://github.com/SerenityOS/serenity/pull/12142 Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
|||
|
||||
set(PNP_IDS_FILE pnp.ids)
|
||||
set(PNP_IDS_URL http://www.uefi.org/uefi-pnp-export)
|
||||
set(PNP_IDS_EXPORT_PATH ${CMAKE_BINARY_DIR}/pnp.ids.html)
|
||||
set(PNP_IDS_EXPORT_PATH ${CMAKE_BINARY_DIR}/pnp_ids.html)
|
||||
set(PNP_IDS_INSTALL_PATH ${CMAKE_INSTALL_DATAROOTDIR}/${PNP_IDS_FILE})
|
||||
|
||||
if(ENABLE_PNP_IDS_DOWNLOAD AND NOT EXISTS ${PNP_IDS_EXPORT_PATH})
|
||||
|
|
Loading…
Add table
Reference in a new issue